From 011252cb25d45820f37e6c2baed3b365bec9d440 Mon Sep 17 00:00:00 2001 From: tech234a <46801700+tech234a@users.noreply.github.com> Date: Mon, 21 Sep 2020 12:12:55 -0400 Subject: [PATCH] Create app.json --- app.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..0ca36b6 --- /dev/null +++ b/app.json @@ -0,0 +1,14 @@ +{ + "name": "YTCC-Archive", + "description": "This app archives published and draft community-contributed captioning, descriptions, and titles for YouTube videos as well as credits for published captions. For the HSID, SSID, and SID values, please create a test Google account in a new browser profile (so the cookies aren't associated with your primary Google account), visit youtube.com, and extract those respective cookie values. These cookies are required because YouTube requires users to log in with any account to access the community-contributed captions and metadata editor.", + "repository": "https://github.com/Data-Horde/ytcc-archive-heroku", + "buildpacks": ["url": "heroku/python"], + "logo": "https://i0.wp.com/datahorde.org/wp-content/uploads/2020/04/DataHorde_Logo_2.png?fit=2331%2C2349&ssl=1" + "formation": { + "worker": { + "quantity": 1, + "size": "free" + } + }, + "env": {"HSID": {}, "SSID": {}, "SID": {}, "TRACKER_USERNAME": {"value": "Unnamed"}} +}