-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 1 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
39
{
"name": "SuperBot Assistant",
"description": "Simple basic code for a telegram bot in Telethon.",
"logo": "https://telegra.ph/file/c3ed783d043b8acf6ad15.png",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"Assistant",
"SuperBot"
],
"repository": "https://github.com/MadBoy-X/SuperBot-Assistant/",
"website": "https://github.com/MadBoy-X/",
"success_url": "https://github.com/MadBoy-X/SuperBot-Assistant/",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"APP_ID": {
"description": "Your API ID from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Your API HASH from my.telegram.org",
"value": ""
},
"TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url": "heroku/python"
}]
}