-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 769 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 769 Bytes
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
{
"name": "Auto Filter Bot",
"description": "When you going to send file on telegram channel this bot will save that in database, So you can search that easily in inline mode",
"keywords": [
"telegram",
"auto-filter",
"filter",
"best",
"indian",
"pyrogram",
"media",
"search",
"channel",
"index",
"inline"
],
"repository": "https://github.com/Tamilupdates/KPS-Filter-Bot",
"env": {
"CONFIG_FILE_URL": {
"description": "Config File URL",
"required": true
}
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"web": {
"quantity": 1,
"size": "Basic"
}
}
}