-
Notifications
You must be signed in to change notification settings - Fork 15
/
app.json
102 lines (102 loc) · 2.92 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "PythonX HERE.",
"logo": "https://telegra.ph/file/0de98f5fe87df8e6b514d.jpg",
"keywords": [
"telegram",
"telethon",
"telegram-bot",
"PythonX",
"SpamBots"
],
"repository": "https://github.com/itszshivam/SK_spambot",
"env": {
"CMD_HNDLR": {
"description": "Custom command handler.",
"value": ".",
"required": false
},
"BOT_TOKEN": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN2": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN3": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN4": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN5": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN6": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN7": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN8": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN9": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"BOT_TOKEN10": {
"description": "Telegram Bot Token Get This value from https://t.me/BotFather",
"value": "",
"required": true
},
"SUDO_USER": {
"description": "Sudo users id space by space",
"value": "",
"required": false
},
"OWNER_ID": {
"description": "Owner Id",
"value": "",
"required": true
},
"HEROKU_API_KEY": {
"description": "Your Heroku api key to update your bot",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Your app name to Update your bot",
"value": "",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}