-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathapp.json
34 lines (34 loc) · 986 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
{
"name":"bhai",
"description":"Download videos from various websites using this telegram bot",
"repository":"https://github.com/Adrenalinators/TXTLeechBot",
"buildpacks":[
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "https://github.com/amivin/aria2-heroku.git"
},
{
"url": "heroku/python"
}
],
"env": {
"API_ID":{
"description": "Get your telegram API ID from https://my.telegram.org",
"value":""
},
"API_HASH":{
"description":"Get your telegram API HASH from https://my.telegram.org",
"value":""
},
"BOT_TOKEN":{
"description":"Get from BotFather",
"value":""
},
"AUTH_USERS":{
"description":"Admin/Owner/Friends ID Seperate by ',' Ex: 44578878,8878899",
"value":""
}
}
}