- Index channel/group files for inline search.
- When you going to post file on telegram channel/group this bot will save that in database, So you can search that easily in inline mode.
- Supports document, video and audio file formats with caption.
python3 -m venv env
. ./env/bin/activate
pip install -r requirements.txt
# <Edit info.py with variables as given below>
python bot.pyCheck sample_info.py before editing info.py file
channel - Get basic infomation about channels
total - Show total of saved files
delete - Delete file from database
logger - Get log file
BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.API_ID: Get this value from telegram.orgAPI_HASH: Get this value from telegram.orgCHANNELS: Username or ID of channel or group. Separate multiple IDs by spaceADMINS: Username or ID of Admin. Separate multiple Admins by spaceDATABASE_URI: mongoDB URI. Get this value from mongoDB.DATABASE_NAME: Name of the database in mongoDB. For more help watch this video
COLLECTION_NAME: Name of the collections. Defaults to Telegram_files. If you going to use same database, then use different collection name for each botMAX_RESULTS: Maximum limit for inline search resultsCACHE_TIME: The maximum amount of time in seconds that the result of the inline query may be cached on the server
Contributions Are Welcome Msg @CyberBoyAyush
