From 29a9a55f87e02fe5ff556c53e379e0cf32e3f6a7 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:44:52 +0200 Subject: [PATCH] config refactor --- .example.env | 18 ------------------ example.config.json | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .example.env diff --git a/.example.env b/.example.env deleted file mode 100644 index 46d7d7a..0000000 --- a/.example.env +++ /dev/null @@ -1,18 +0,0 @@ -DO_SPACES_REGION= -DO_SPACES_KEY= -DO_SPACES_SECRET= -DO_BUCKET= -INTERNET_ARCHIVE_S3_KEY= -INTERNET_ARCHIVE_S3_SECRET= -TELEGRAM_API_ID= -TELEGRAM_API_HASH= - -FACEBOOK_COOKIE=cookie: datr= xxxx - -# Google Drive, Right click on folder, Get link: -# https://drive.google.com/drive/folders/123456789987654321abcdefghijk?usp=sharing -# we want: 123456789987654321abcdefghijk -# Remember to share the folder with the service email -# autoarchiverservice@auto-archiver-333333.iam.gserviceaccount.com -GD_ROOT_FOLDER_ID= - diff --git a/example.config.json b/example.config.json index 4f49832..c633fa7 100644 --- a/example.config.json +++ b/example.config.json @@ -29,7 +29,7 @@ "save_to": "local path to save files in ./local_archive" }, "facebook": { - "cookie": "optional facebook cookie to have more access to content" + "cookie": "optional facebook cookie to have more access to content, from browser, looks like 'cookie: datr= xxxx'" } }, "execution": {