-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathapp.json
67 lines (67 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Renamer Bot 2GB",
"description": "Telegram File Renamer Bot 2GB",
"logo": "https://graph.org/file/2c62c5c158d42b0dc8deb.jpg",
"keywords": ["Renamer Bot 2GB", "Mongo DB"],
"repository": "https://github.com/jishusinha/Rename-Bot-2GB",
"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": "False",
"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": "jishu-botz",
"required": false
},
"START_PIC": {
"description": "Your Bot start cmd Pic from @MT_TelegraPH_Bot",
"value": "https://graph.org/file/77d2eddf9657a87acb881.jpg",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}