forked from PR0FESS0R-99/DonLee-Robot-V1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
46 lines (46 loc) · 1.34 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
{
"name": "Donlee V2",
"description": "A Filter Bot Which Doesnt Need Manuall Filter Adding",
"logo": "https://telegra.ph/file/92daa86a5ceb28fa6962d.jpg",
"keywords": [
"Auto",
"Filter",
"Mongo DB"
],
"website": "https://t.me/MovieHouseOrg",
"repository": "https://github.com/Kumbidi-swami/DonLee-Robot-V1/tree/main",
"success_url": "https://t.me/TG_MovieHouse",
"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 or @MT_MytelegramOrg_Bot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"DB_URI": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": ""
},
"USER_SESSION": {
"description": "A Pyrogram User Session String. Generated From @PyrogramStringBot",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}