forked from SpEcHiDe/NoPMsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.19 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
{
"name": "No PMs Bot",
"description": "Modular Telegram Bot powered by @PyroGram!",
"logo": "https://telegra.ph/file/55501e726922e79b8eea9.png",
"keywords": [
"telegram",
"bot",
"plugin",
"modular",
"productivity",
"relay",
"channel",
"administrators"
],
"repository": "https://github.com/SpEcHIDe/NoPMsBot",
"website": "https://telegram.dog/SpEcHlDe",
"success_url": "https://t.me/SpEcHlDe/571",
"env": {
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"TG_BOT_TOKEN": {
"description": "Obtain a Telegram bot token by contacting @BotFather"
},
"AUTH_CHANNEL": {
"description": "List down the user IDs who should have permission to use and reply to users, seperated by SPACE. To get user ids, send /id command to Telegram @OwnErObOT"
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}