forked from LazyDeveloperr/LazyPrincess
-
Notifications
You must be signed in to change notification settings - Fork 35
/
app.json
158 lines (158 loc) · 5.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "LazyPrincess",
"description": "LazyPrincess is a Super and Fully Advance Auto-filter-Bot - With Artificial Intelligence + File renaming + Url Shortning + Online FIle Streaming Feature. Thanks to LazyDeveloper for making it so cool.",
"stack": "container",
"keywords": [
"LazyDeveloperr",
"Lazy Princess Bot",
"auto-filter Bot",
"Auto-Filter with File Stream",
"Auto-filter with url-shortner",
"telegram-bot",
"best-telegram-bot",
"media-search bot",
"bots like lazy princess",
"Auto Filter bot by LazyDeveloperr",
"Auto filter bot github",
"Auto filter bot for heroku",
"Why I don't know LazyDeveloperr"
],
"website": "https://github.com/LazyDeveloperr/LazyPrincess",
"repository": "https://github.com/LazyDeveloperr/LazyPrincess",
"env": {
"BOT_TOKEN": {
"description": "Your bot token.",
"required": true
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"required": true
},
"CHANNELS": {
"description": "Username or ID of channel or group. Separate multiple IDs by space.",
"required": false
},
"ADMINS": {
"description": "Username or ID of Admin. Separate multiple Admins by space.",
"required": true
},
"PICS": {
"description": "Add some telegraph link of pictures .",
"required": false
},
"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 inline search. Separate multiple users by space.\nLeave it empty if you don't want to restrict bot usage.",
"required": true
},
"AUTH_CHANNEL": {
"description": "ID of channel.Make sure bot is admin in this channel. Without subscribing this channel users cannot use bot.",
"required": true
},
"DATABASE_URI": {
"description": "mongoDB URI. Get this value from https://www.mongodb.com.",
"required": true
},
"DATABASE_NAME": {
"description": "mongoDB Database name.",
"required": true
},
"COLLECTION_NAME": {
"description": "Name of the collections. Defaults name is Telegram_files. If you are using the same database, then use different collection name for each bot",
"value": "Telegram_files",
"required": false
},
"SLEEP_THRESHOLD": {
"description": "Floodwait Sleep timer. Read the readme for more info about this var",
"required": false
},
"WORKERS": {
"description": "Number of workers that is to be assigned. Read the readme for more info about this var",
"required": false
},
"PORT": {
"description": "Port that you want your webApp to be listened to. Read the readme for more info about this var",
"value": "8080",
"required": false
},
"NO_PORT": {
"description": "If you don't want your port to be displayed. Read the readme for more info about this var",
"value": "False",
"required": false
},
"HAS_SSL": {
"description": "Default value is True",
"value": "True",
"required": false
},
"BIND_ADRESS": {
"description": "Read the readme for more info about this var Leave Empty For heroku",
"required": false
},
"FQDN": {
"description": "Read the readme for more info about this var **Leave Empty for heroku**",
"required": true
},
"name": {
"description": "Session Name",
"value": "LazyBot",
"required": false
},
"LAZY_MODE": {
"description": " True - to enable file renaming feature ",
"value": "True",
"required": true
},
"LAZY_RENAMERS": {
"description": "Users id, whom you want to allow file renaming ",
"value": "5965340120",
"required": true
},
"REQ_CHANNEL": {
"description": "To send logs of unavailable contnts",
"value": "-100xxxxxxx",
"required": true
},
"URL_MODE": {
"description": "True - 'if you want to enable url shortner' else - false ",
"value": "False",
"required": true
},
"URL_SHORTENR_WEBSITE": {
"description": " Url shortner website link ",
"value": "oemgalinks.in",
"required": true
},
"URL_SHORTNER_WEBSITE_API": {
"description": " Url shortner website api ",
"value": "xxxxxxxxxxxxx",
"required": true
},
"LAZY_GROUPS": {
"description": " Group id whom you want to bypass url ",
"value": "-1001773435994",
"required": true
},
"MY_USERS": {
"description": "Id of the users whom you want to allow to forward message in file protection mode ",
"value": "5965340120 5448908073 5590491131",
"required": true
}
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"web": {
"quantity": 1,
"size": "eco"
}
}
}