-
Notifications
You must be signed in to change notification settings - Fork 790
/
app.json
29 lines (27 loc) · 1001 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": "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/aryanvikash/Youtube-Downloader-Bot",
"success_url": "https://t.me/youtubdlbot",
"website": "https://github.com/aryanvikash/Youtube-Downloader-Bot",
"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"
}