-
Notifications
You must be signed in to change notification settings - Fork 196
/
app.json
148 lines (148 loc) · 5.02 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "Midukki-RoBoT",
"description": "Midukki-RoBoT is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️",
"keywords": [
"telegram",
"group",
"management",
"bot",
"by",
"mo",
"tech"
],
"stack": "container",
"website": "https//telegram.dog/Midukki_RoBoT",
"repository": "https://github.com/PR0FESS0R-99/Midukki-RoBoT",
"env": {
"BOT_TOKEN": {
"description": "Your bot token.",
"value": "",
"required": true
},
"API_ID": {
"description": "Get this value from telegram.org",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from telegram.org",
"value": "",
"required": true
},
"CHANNELS": {
"description": "Username or ID of channel or group. Separate multiple IDs by space",
"value": "",
"required": true
},
"COLLECTION_NAME": {
"description": "Name of the collections. Defaults to Telegram_files. If you are using the same database, then use different collection name for each bot",
"value": "Telegram_files",
"required": false
},
"DATABASE_NAME": {
"description": "Name of the database in https://www.mongodb.com/. For more help watch this https://youtu.be/mD9veNL7KoE",
"value": "",
"required": false
},
"DATABASE_URL": {
"description": "Name of the database in https://www.mongodb.com/. For more help watch this https://youtu.be/mD9veNL7KoE",
"value": "",
"required": true
},
"FORCE_SUB": {
"description": "ID of channel. Without subscribing this channel users cannot use Autofilter",
"value": "",
"required": false
},
"GITHUB_USERNAME": {
"description": "Enter Your Github Username Pr0fess0r-99",
"value": "Pr0fess0r-99",
"required": true
},
"LOG_CHANNEL": {
"description": "A channel to log the activities of bot. Make sure bot is an admin in the channel",
"value": "",
"required": true
},
"REPO_USERNAME": {
"description": "Enter Repository name Midukki-RoBoT",
"value": "Midukki-RoBoT",
"required": false
},
"API_WEB_URL": {
"description": "Ads Web Url eg: htts://github.com",
"value": "",
"required": false
},
"API_WEB_API": {
"description": "Ads Web Api",
"value": "",
"required": false
},
"DONATION_LINK": {
"description": "enter your gpay, pypal etc.. link",
"value": "",
"required": false
},
"AUTH_USERS": {
"description": "Username or ID of users to give access of inline search & pm filter. Separate multiple users by space. Leave it empty if you don't want to restrict bot usage.",
"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
},
"BOT_PICS": {
"description": "Telegraph links of images to show in start message.( Multiple images can be used separated by space )",
"value": "",
"required": false
},
"STRING_SESSION": {
"description": "User bot string session.",
"value": "",
"required": false
},
"DEFAULT": {
"description": "Dont Change this value.",
"value": "False",
"required": false
},
"FILTER_RESULTS": {
"description": "AutoFilter result button count.",
"value": "10",
"required": false
},
"LOADING_MODE": {
"description": "Loading feature ON/OFF. this features worked in callback",
"value": "ON",
"required": false
},
"LOADING_A": {
"description": "Loading First Symbol ⚪️.",
"value": "⚪️",
"required": false
},
"LOADING_B": {
"description": "Loading Second Symbol ⚫️.",
"value": "⚫️",
"required": false
},
"SUPPORT_CHAT": {
"description": "Your Support chat url or Your Link [with https:// or https://t.me/] Don't use @",
"value": "https://t.me/Mo_Tech_YT",
"required": false
}
},
"addons": [],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}