-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (37 loc) · 1.06 KB
/
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
36
37
38
{
"name": "Telegram MixDrop Bot",
"description": "This bot uploads telegram files to mixdrop.co",
"repository": "https://github.com/Abhijith-cloud/Telegram-MixDrop-Bot/",
"keywords": ["telegram", "pyrogram","telegram bot"],
"env": {
"ENV": {
"description": "Set it to anything to enable configuration by environment variables.",
"value": "True"
},
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"APP_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
},
"API_KEY": {
"description": "Your API_HASH from https://mixdrop.co/",
"value": ""
},
"API_EMAIL": {
"description": "Your API_HASH from https://mixdrop.co/",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}