forked from aryanvikash/Youtube-Downloader-Bot
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathapp.json
30 lines (28 loc) · 1.06 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "YouTube Downloader Bot",
"description": "A telegram bot To Download Youtube Files ",
"logo": "https://telegra.ph/file/6a3b1febade2313dd0dca.jpg",
"keywords": [
"Youtube","YoutubeDownloader"
],
"repository": "https://github.com/OO7ROBOT/YoutubeDownloaderBot",
"success_url": "https://t.me/tg_utubebot",
"website": "https://github.com/OO7ROBot/YoutubeDownloaderBot",
"env": {
"API_ID": {"description": "Get this value from https://my.telegram.org", "required": true},
"API_HASH": {"description": "Get this value from https://my.telegram.org" , "required": true},
"BOT_TOKEN": {"description": "Get Bot Token From BotFather Bot","required": true},
"AUTH_USERS": {"description": "Authorize user(s) ID separate by space","required": true}
},
"buildpacks": [
{"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"},
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}