-
Notifications
You must be signed in to change notification settings - Fork 113
/
app.json
29 lines (27 loc) · 977 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",
"description": "A telegram bot To Download Youtube Files ",
"logo": "https://telegra.ph/file/5c993ec33b004a9ca1670.jpg",
"keywords": [
"Youtube","YoutubeDownloader"
],
"repository": "https://github.com/LushaiMusic/YT-Downloader",
"success_url": "https://t.me/uploadzKbot",
"website": "https://github.com/LushaiMusic/YT-Downloader",
"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","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"
}