forked from LuckyRajputXD/LuckyTXTLeechBot
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 1.1 KB
/
app.json
File metadata and controls
34 lines (34 loc) · 1.1 KB
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":"pyro",
"description":"Download videos from various websites using this telegram bot",
"repository":"https://github.com/adityasirji/AdityaTXTLeechBot",
"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":"29257953"
},
"API_HASH":{
"description":"Get your telegram API HASH from https://my.telegram.org",
"value":"31dae8eac39b38583898e3bc78b96406"
},
"BOT_TOKEN":{
"description":"Get from BotFather",
"value":"6398433737:AAEHmdEfikO5ra2OOtbGOriMfqXRMJ-BiMg"
},
"AUTH_USERS":{
"description":"Admin/Owner/Friends ID Seperate by ',' Ex: 44578878,8878899",
"value":"1318247204,6004318404,1511103739,5986734743,6488555238"
}
}
}