-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathapp.json
33 lines (33 loc) · 883 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
{
"name": "MEDIA-EDITOR-BOT",
"description": "Bot edit or replace Media's From channel post's",
"repository": "https://github.com/Jack-of-tg/MEDIA-EDITOR-BOT",
"keywords": ["MEDIA-EDITOR-BOT", "file or media", "edit","telegram bot"],
"env": {
"TG_BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"APP_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"WEBHOOK": {
"description": "leaves it as anything",
"value": "Anything"
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
},
"AUTH_USERS": {
"description": "Array to store users who are authorized to use the bot",
"value": "882718910"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}