Skip to content

Commit dfb0bda

Browse files
committed
Add files for scripts
1 parent 08facaf commit dfb0bda

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

pre-automation/deviantart/deviantart_scratcher.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
import quantify # noqa: E402
2121

2222
# Setup paths, Date and LOGGER using quantify.setup()
23-
PATH_REPO_ROOT, PATH_WORK_DIR, PATH_DOTENV, DATETIME_TODAY, LOGGER = (
24-
quantify.setup(__file__)
25-
)
23+
(
24+
PATH_REPO_ROOT,
25+
PATH_WORK_DIR,
26+
PATH_DOTENV,
27+
DATETIME_TODAY,
28+
LOGGER,
29+
) = quantify.setup(__file__)
2630

2731
# Load environment variables
2832
load_dotenv(PATH_DOTENV)

pre-automation/google_custom_search/google_scratcher.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@
2121
import quantify # noqa: E402
2222

2323
# Setup paths, Date and LOGGER using quantify.setup()
24-
PATH_REPO_ROOT, PATH_WORK_DIR, PATH_DOTENV, DATETIME_TODAY, LOGGER = (
25-
quantify.setup(__file__)
26-
)
24+
(
25+
PATH_REPO_ROOT,
26+
PATH_WORK_DIR,
27+
PATH_DOTENV,
28+
DATETIME_TODAY,
29+
LOGGER,
30+
) = quantify.setup(__file__)
2731

2832
# Load environment variables
2933
load_dotenv(PATH_DOTENV)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Google Custom Search Query
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Google Custom Search Manipulation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Google Custom Search Reports
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Lib utilities

0 commit comments

Comments
 (0)