forked from jigarvarma2k20/ForceSub_Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
56 lines (56 loc) · 1.52 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
{
"name": "Force Sub Bot",
"description": "Python based bot to Force Users to sub a channel.",
"logo": "",
"keywords": [
"telegram",
"pyrogram",
"pyrogrambot",
"telegram-bot",
"Forcesub",
"ForceSubBot"
],
"repository": "https://github.com/Jigarvarma2005/ForceSub_Bot",
"website": "https://t.me/UniversalBotsUpdate",
"success_url": "https://t.me/UniversalBotsUpdate",
"env": {
"API_HASH": {
"description": "You API HASH from my.telegram.org",
"value": "",
"required": true
},
"APP_ID": {
"description": "You APP ID from my.telegram.org",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": "",
"required": true
},
"UPDATES_CHANNEL": {
"description": "Your bot updates channel username without @ or leave empty",
"value": "",
"required": false
},
"SUDO_USERS": {
"description": "Sudo users (Goto @JVToolsBot and send /id to get your id)",
"value": "",
"required": false
}
},
"addons": [
{
"options": {
"version": "12"
},
"plan": "heroku-postgresql"
}
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}