-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
33 lines (33 loc) · 812 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": "",
"description": "Simple basic code for a telegram bot in Telethon.",
"logo": "",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"DroneBots"
],
"repository": "https://github.com/vasusen-code/telethontemplate",
"website": "",
"success_url": "https://t.me/DroneBots",
"env": {
"API_HASH": {
"description": "You API HASH from my.telegram.org",
"value": ""
},
"APP_ID": {
"description": "You API ID from my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}