forked from illuzX/AtwFilt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
102 lines (102 loc) · 3.3 KB
/
app.json
File metadata and controls
102 lines (102 loc) · 3.3 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "AtwFilt",
"description": "Super Fast Telegram Auto Filter Bot",
"logo": "https://telegra.ph/file/003620ac3b5ab2f8df985.jpg",
"stack": "container",
"keywords": [
"best",
"telegarm",
"auto",
"filter",
"bot"
],
"website": "https://youtube.com/c/MoTech_YT",
"repository": "https://github.com/illuzX/AtwFilt",
"env": {
"BOT_TOKEN": {
"description": "Your Bot Token From https://youtu.be/cB4UduCcNWs",
"value": ""
},
"API_ID": {
"description": "Get this value from https://youtu.be/5eEsvLAKVc0 or @MytelegramOrg_Bot",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://youtu.be/5eEsvLAKVc0 or @MytelegramOrg_Bot",
"value": ""
},
"CHANNELS": {
"description": "Username or ID of channel or group. Separate multiple IDs by space. @ID_Bot",
"value": ""
},
"ADMINS": {
"description": "Username or ID of Admin. Separate multiple Admins by space.",
"value": ""
},
"AUTH_USERS": {
"description": "Username or ID of users to give access of inline search. Separate multiple users by space.\nLeave it empty if you don't want to restrict bot usage.",
"value": "",
"required": false
},
"FORCES_SUB": {
"description": "ID of channel.Make sure bot is admin in this channel. Without subscribing this channel users cannot use bot.",
"value": "",
"required": false
},
"PICS": {
"description": "Add some telegraph link of pictures .",
"value": "",
"required": false
},
"START_MSG": {
"description": "Welcome message for start command More Information Check Readme.md",
"value": "",
"required": false
},
"AUTH_GROUPS": {
"description": "ID of groups which bot should work as autofilter, bot can only work in thease groups. If not given , bot can be used in any group.",
"value": "",
"required": false
},
"DATABASE_URI": {
"description": "Mongodb from https://youtu.be/gBLTsH-IXr0",
"value": ""
},
"SPELL_MODE": {
"description": "Spelling Mode on or off",
"value": "on",
"required": true
},
"SPELL_MODE_TEXT": {
"description": "Seplling Mode",
"value": "",
"required": true
},
"LOG_CHANNEL": {
"description": "Log Channel Use Private Channel Id -100××××",
"value": ""
},
"DEV_NAME": {
"description": "Creator Name or Username ",
"value": "type youre name",
"required": true
},
"SUPPORT": {
"description": "Your Group Link Private or Public Link (with t.me or https://t.me)",
"value": "https://telegram.dog/my_TG_Bot2",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}