forked from AnjanaMadu/YTPlaylistDL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
35 lines (35 loc) · 929 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
30
31
32
33
34
35
{
"name": "YTPlaylistDL",
"description": "A Telegram bot to download youtube playlists and upload them to telegram.",
"env": {
"TOKEN": {
"description": "Enter bot token.",
"value": ""
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal.",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal.",
"value": ""
},
"LOG_CHNL": {
"description": "A channel or group ID to log user activities.",
"value": "",
"required": false
},
"UPDTE_CHNL": {
"description": "Channel username to work force sub! Bot should admin in ur chnl",
"value": "",
"required": false
},
"USE_HEROKU": {
"description": "Do not change this. Else bot will crash!",
"value": "True"
}
},
"buildpacks": [{
"url": "heroku/python"
}]
}