-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.36 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.36 KB
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 Doesn't Need Manuall Filter Adding",
"logo": "https://telegra.ph/file/c9841b8c7906ac8ef85be.png",
"keywords": [
"Auto",
"Filter",
"Mongo DB"
],
"website": "https://github.com/ZauteKm",
"repository": "https://github.com/tgbotsProject/Auto-Filter-Bot",
"success_url": "https://telegram.dog/tgbotsProject",
"env": {
"APP_ID": {
"description": "Your APP ID From my.telegram.org or @UseTGzkBot",
"value": ""
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org or @UseTGzkBot",
"value": ""
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"DB_URI": {
"description": "Your Mongo DB URL Obtained From mongodb.com Full Guide: https://youtu.be/nj-lJfkgb6w (Watch now)",
"value": ""
},
"USER_SESSION": {
"description": "A Pyrogram User Session String. Get from https://replit.com/@ZauteKm/GenerateStringSession",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}