-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.12 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.12 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ProyGenBot Bot",
"description": "A simple ProxyGenBot bot made with Python [Telethon].",
"logo": "https://telegra.ph/file/48587d583a2989baf1917.jpg",
"keywords": [
"telegram",
"Proxy",
"plugins",
"telegram-bot",
"productivity",
"Bot"
],
"repository": "https://github.com/TgxBotz/ProxyGenBot",
"website": "https://github.com/TgxBotz/ProxyGenBot",
"success_url": "t.me/TgxBots",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"TOKEN": {
"description": "Your Bot Token.",
"value": ""
},
"LOGS_CHAT": {
"description": "Your Group Rules",
"value": ""
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}