-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
33 lines (33 loc) · 857 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": "Padho TG Bot",
"description": "Simple bot to scrap answers from toppr and brainly in Telethon.",
"logo": "",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"noobiezbots"
],
"repository": "https://github.com/ProgrammingError/padhotgbot",
"website": "notavailable.live",
"success_url": "https://t.me/NoobiezBots",
"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"
}
]
}