forked from JishuDeveloper/Ultra-Forward-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
53 lines (50 loc) · 1.39 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
{
"name": "Ultra Forward Bot",
"description": "Telegram Ultra Forward Bot ",
"logo": "https://graph.org/file/2f461540c83b362772714.jpg",
"keywords": ["Auto Renamer Bot", "Mongo DB"],
"repository": "https://github.com/JishuDeveloper/Ultra-Forward-Bot",
"success_url": "https://t.me/Madflix_Bots",
"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
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": "",
"required": true
},
"OWNER_ID": {
"description":"Add Your User ID multiple is use space to split",
"value": "",
"required": true
},
"BOT_SESSION": {
"description":"Your Bot session name.",
"value": "forward-bot",
"required": false
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": "",
"required": true
},
"DB_NAME":{
"description":"Your Mongo DB Database Name",
"value": "madflixbotz",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}