forked from lntechnical2/RENAMER_BOT_V2
-
Notifications
You must be signed in to change notification settings - Fork 110
/
app.json
41 lines (41 loc) · 1.13 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
{
"name": "Renamer Bot",
"description": "Telegram File Renamer Bot ",
"keywords": [
"Renamer Bot",
"Mongo DB"
],
"repository": "https://github.com/MRK-YT/RENAMER_BOT",
"success_url": "https://telegram.dog/mo_tech_group",
"env": {
"APP_ID": {
"description": "Your APP ID From my.telegram.org or @MT_MytelegramOrg_Bot",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org @MT_MytelegramOrg_Bot",
"value": ""
},
"TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"ADMIN": {
"description":"Add Your User ID @MT_ID_Bot"
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From https://youtu.be/mD9veNL7KoE",
"value": ""
},
"DB_NAME":{
"description":"Your Mongo DB Database Name ",
"value": "mybot",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}