-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 800 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 800 Bytes
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
{
"name": "mediafireDL-Bot",
"description": "mediafireDL-Bot - developed by rizad",
"keywords": ["MediaFireDL-Bot],
"repository": "https://github.com/riz4d/MediaFireDL-Bot",
"env": {
"API_ID": {
"description": "Your Telegram API_ID from @telexorg_bot",
"required": true
},
"API_HASH": {
"description": "Your Telegram API_HASH from @telexorg_bot",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token from @BotFather",
"required": true
},
"API_KEY": {
"description": "API-KEY gets from https://api.xteam.xyz/",
"required": true
}
},
"buildpacks": [{
"url": "heroku/python"
}]
}