-
Notifications
You must be signed in to change notification settings - Fork 13
/
app.json
46 lines (46 loc) · 1.11 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": "Auto Filter Bot",
"description": "A Filter Bot Which Doing Its Job",
"logo": "https://telegra.ph/file/6fa616ffbf56d2da0d3f5.jpg",
"keywords": [
"Auto",
"Filter",
"Mongo DB"
],
"website": "https://github.com/DalinMathew",
"repository": "https://github.com/DalinMathew/AutoFilterBot",
"success_url": "https://t.me/jointhisdiscussion",
"env": {
"APP_ID": {
"description": "Your APP ID",
"value": ""
},
"API_HASH": {
"description": "Your API Hash",
"value": ""
},
"BOT_TOKEN": {
"description": "Your Bot Token",
"value": ""
},
"DB_URI": {
"description": "Your Mongo DB URL",
"value": ""
},
"USER_SESSION": {
"description": "A Pyrogram User Session String",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}