-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
43 lines (43 loc) · 1.3 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
{
"name": "NSFW-ROBOT",
"description": "Telegram Group Cleaner is an open source Telegram bot designed to help group administrators maintain a clean and safe environment for their communities.",
"logo": "",
"keywords": [
"Pyrogram",
"bot",
"nsfw Bot",
"Telegram Bot",
"NacBots"
],
"website": "https://t.me/NSFW_SAFE_ROBOT",
"repository": "https://github.com/TOXIC-BOY-OP/NSFW-ROBOT",
"success_url": "https://github.com/NSFW-ROBOT",
"env": {
"BOT_TOKEN": {
"description": "You Telegram Bot Token from @BotFather",
"required": true
},
"API_HASH": {
"description": "Your API Hash from my.telegram.org",
"required": true
},
"API_ID": {
"description": "Your APP ID from my.telegram.org",
"required": true
},
"SPOILER_MODE": {
"description": "Value should be True or False. Send photo/message as Spoiler if True. Default is True",
"value": "True",
"required": false
}
},
"buildpacks": [
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}