forked from PR0FESS0R-99/LuciferMoringstar-RoboT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
126 lines (126 loc) · 4.83 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
{
"name": "LuciferMoringstar-Robot",
"description": "When you going to send File on Telegram Channel this bot will save that in database, So you can get file in Bot PM",
"stack": "container",
"keywords": [
"telegram",
"auto-filter",
"best",
"indian",
"pyrogram",
"bot"
],
"website": "https://github.com/PR0FESS0R-99/LuciferMoringstar-Robot",
"repository": "https://github.com/PR0FESS0R-99/LuciferMoringstar-Robot",
"env": {
"API_HASH": {
"description": "Get this value from :- https://youtu.be/5eEsvLAKVc0",
"required": true
},
"API_ID": {
"description": "Get this value from :- https://youtu.be/5eEsvLAKVc0",
"required": true
},
"BOT_TOKEN": {
"description": "Get this value from :- https://youtu.be/cB4UduCcNWs",
"required": true
},
"PICS": {
"description": "(random pics support | separate multiple pictures by space) Get this value from :- https://telegram.dog/MT_TelegraPH_Bot",
"required": true
},
"DATABASE_NAME": {
"description": "(database : store name) Get this value from :- https://www.mongodb.com, For more help watch this video :- https://youtu.be/mD9veNL7KoE",
"required": true
},
"DATABASE_URI": {
"description": "(database : store) Get this value from :- https://www.mongodb.com, For more help watch this video :- https://youtu.be/mD9veNL7KoE",
"required": true
},
"ADMINS": {
"description": "Username or ID of Admin. Separate multiple Admins by space.",
"required": true
},
"LOG_CHANNEL": {
"description": "Bot Logs, Give a channel id with -100xxxxxxx",
"required": true
},
"AUTH_USERS": {
"description": "Username or ID of users to give access of PM AutoFilter & Inline. Separate multiple users by space.\nLeave it empty if you don't want to restrict bot usage.",
"required": false
},
"AUTH_CHANNEL": {
"description": "ID of channel.Make sure bot is admin in this channel. Without subscribing this channel users cannot use bot. (ForceSub)",
"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
},
"CUSTOM_FILE_CAPTION": {
"description": "A custom file caption for your files. formatable with , {mention} , {file_name}, {size}, {caption}, Read Readme.md for better understanding.",
"value": "Hey {mention} \n\n<code>{file_name}</code>",
"required": false
},
"SUPORT_CHAT": {
"description": "Backup Support, With out @",
"value": "Mo_Tech_YT",
"required": true
},
"CHANNELS": {
"description": "Username or ID of channel or group. Separate multiple IDs by space. (Your FileChannel Id)",
"value": ""
},
"CREATOR_NAME": {
"description": "Creator Name eg Muhammed Rk",
"value": "Muhammed",
"required": false
},
"CREATOR_USERNAME": {
"description": "Creator Username Without @",
"value": "Pr0fess0r_99",
"required": false
},
"FILTER_BUTTONS": {
"description": "Result Button Count [ > 3 : < 45 ]",
"value": "15",
"required": false
},
"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
},
"CACHE_TIME": {
"description": "The maximum amount of time in seconds that the result of the inline query may be cached on the server",
"value": "300",
"required": false
},
"START_MESSAGE": {
"description": "Start Message Format : {mention} user name",
"value": "",
"required": false
},
"GET_FILECHANNEL": {
"description": "get files channel id @MT_ID_Bot",
"value": "",
"required": true
},
"FILTER_DEL_SECOND": {
"description": "Filters Auto Deleting Mode | Use Second Base Eg 60 = 1m 600 = 10m ",
"value": "600",
"required": true
}
},
"addons": [],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}