diff --git a/Pipfile b/Pipfile index 0f20e24..48f1429 100644 --- a/Pipfile +++ b/Pipfile @@ -17,8 +17,13 @@ selenium = "*" snscrape = "*" yt-dlp = "*" telethon = "*" +google-api-python-client = "*" +google-auth-httplib2 = "*" +google-auth-oauthlib = "*" +oauth2client = "*" [dev-packages] +autopep8 = "*" [requires] python_version = "3.9" diff --git a/auto_archive.py b/auto_archive.py index ed262e9..c0ae085 100644 --- a/auto_archive.py +++ b/auto_archive.py @@ -11,6 +11,7 @@ import traceback import archivers from storages import S3Storage, S3Config +from storages.gd_storage import GDConfig, GDStorage from utils import GWorksheet, mkdir_if_not_exists import sys diff --git a/storages/gd_storage.py b/storages/gd_storage.py new file mode 100644 index 0000000..e69de29