-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
29 lines (27 loc) · 970 Bytes
/
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
{
"name": "Keqing Youtube Downloader",
"description": "A Telegram Bot To Download Youtube Files ",
"logo": "https://telegra.ph/file/59e45383dd3eb06211ee8.jpg",
"keywords": [
"Youtube","YoutubeDownloader"
],
"repository": "https://github.com/OnlyFaris/KeqingYoutube",
"success_url": "https://t.me/KeqingRobot",
"website": "https://github.com/OnlyFaris",
"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}
},
"buildpacks": [
{"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"},
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}