-
Notifications
You must be signed in to change notification settings - Fork 18
/
app.json
64 lines (64 loc) · 2.08 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
{
"name": "Renamer Bot ",
"description": "Telegram File Renamer Bot",
"logo": "https://graph.org/file/7c4cb180b4529bef350c0.jpg",
"keywords": ["Renamer Bot ", "Mongo DB"],
"repository": "https://github.com/AshutoshGoswami24/Rename-Bot",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": "",
"required": true
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": "",
"required": true
},
"WEBHOOK": {
"description": "if your server is need web service! value = True else value = False",
"value": "True",
"required": false
},
"FORCE_SUB": {
"description": "Your force sub channel user name without [@] ",
"value": "",
"required": false
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": "",
"required": true
},
"ADMIN": {
"description":"Add Your User ID multiple is use space to split",
"value": "",
"required": true
},
"LOG_CHANNEL": {
"description":"Bot Log Sending Channel (just create a private channel and add bot to admin and take channel id to add this variable) ⚠️ id startswith -100 must",
"value": "",
"required": true
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": "",
"required": true
},
"DB_NAME":{
"description":"Your Mongo DB Database Name ",
"value": "Ashu",
"required": false
},
"START_PIC": {
"description": "Your Bot start cmd Pic from @PandaFilter_bot",
"value": "https://graph.org/file/7c4cb180b4529bef350c0.jpg",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}