forked from ritheshrkrm/PiroAutoFilterBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_info.py
More file actions
24 lines (19 loc) · 783 Bytes
/
sample_info.py
File metadata and controls
24 lines (19 loc) · 783 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
# Bot information
SESSION = 'Media_search'
USER_SESSION = 'User_Bot'
API_ID = 28552183
API_HASH = '3c24fc84a2dc724da488febe6572d79d'
BOT_TOKEN = '7869145686:AAF95CcyytamphsQM7eUVgDLn4Ij2okvAhs'
USERBOT_STRING_SESSION = ''
# Bot settings
CACHE_TIME = 300
USE_CAPTION_FILTER = False
# Admins, Channels & Users
ADMINS = [12345789, 'admin123', 98765432]
CHANNELS = [-10012345678, -100987654321, 'channelusername']
AUTH_USERS = []
AUTH_CHANNEL = None
# MongoDB information
DATABASE_URI = "mongodb+srv://infodotxbrain:bq3jxV3MFfHNNztx@cluster0.nrlf6aw.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
DATABASE_NAME = 'dotxbrain'
COLLECTION_NAME = 'channel_files' # If you are using the same database, then use different collection name for each bot