Skip to content

Latest commit

 

History

History
126 lines (78 loc) · 6.75 KB

File metadata and controls

126 lines (78 loc) · 6.75 KB

𝐉𝐨𝐡𝐧 𝐃𝐮𝐫𝐚𝐢𝐫𝐚𝐣

𝚅𝚎𝚛𝚢 𝚂𝚎𝚖𝚙𝚒𝚕 𝙱𝚘𝚝 𝙰𝚞𝚝𝚘 𝙵𝚒𝚕𝚝𝚎𝚛 𝚋𝚘𝚝 Typing SVG

# 𝙲𝙻𝙸𝙲𝙺 𝙱𝙴𝙻𝙾𝚆 𝙸𝙼𝙰𝙶𝙴 𝚃𝙾 𝙳𝙴𝙿𝙻𝙾𝚈 👇

Deploy

  • Auto Filter
  • Manuel Filter
  • IMDB
  • Admin Commands
  • Broadcast
  • Index
  • IMDB search
  • Fun mode
  • Inline Search
  • Random pics
  • ids and User info
  • Stats, Users, Chats, Ban, Unban, Leave, Disable, Channel

ℂ𝕆ℕ𝕋𝔸ℂ𝕋

Telegram Telegram

𝙸𝚗𝚜𝚝𝚊𝚕𝚕𝚊𝚝𝚒𝚘𝚗

𝙳𝙴𝙿𝙻𝙾𝚈 𝙾𝙽 𝙷𝙴𝚁𝙾𝙺𝚄

Deploy

𝙳𝙴𝙿𝙻𝙾𝚈 𝙾𝙽 𝚁𝙰𝙸𝙻𝚆𝙰𝚈

Deploy on Railway

#Hard Way

# 𝙲𝚛𝚎𝚊𝚝𝚎 𝚟𝚒𝚛𝚝𝚞𝚊𝚕 𝚎𝚗𝚟𝚒𝚛𝚘𝚗𝚖𝚎𝚗𝚝
python3 -m venv env

# 𝙰𝚌𝚝𝚒𝚟𝚊𝚝𝚎 𝚟𝚒𝚛𝚝𝚞𝚊𝚕 𝚎𝚗𝚟𝚒𝚛𝚘𝚗𝚖𝚎𝚗𝚝
env\Scripts\activate.bat # For Windows
source env/bin/activate # For Linux or MacOS

# 𝙸𝚗𝚜𝚝𝚊𝚕𝚕 𝙿𝚊𝚌𝚔𝚊𝚐𝚎𝚜
pip3 install -r requirements.txt

# Edit info.py with variables as given below then run bot
python3 bot.py

Check sample_info.py before editing info.py file

𝚅𝚊𝚛𝚒𝚊𝚋𝚕𝚎𝚜

Required Variables

  • BOT_TOKEN: Create a bot using @BotFather, and get the Telegram API token.
  • API_ID: Get this value from telegram.org
  • API_HASH: Get this value from telegram.org
  • CHANNELS: Username or ID of channel or group. Separate multiple IDs by space
  • ADMINS: Username or ID of Admin. Separate multiple Admins by space
  • DATABASE_URI: mongoDB URI. Get this value from mongoDB. For more help watch this video
  • DATABASE_NAME: Name of the database in mongoDB. For more help watch this video
  • LOG_CHANNEL : A channel to log the activities of bot. Make sure bot is an admin in the channel.

Optional Variables

  • PICS: Telegraph links of images to show in start message.( Multiple images can be used seperated by space )
  • Check info.py for more

Note

Admin commands

channel - Get basic infomation about channels
total - Show total of saved files
delete - Delete file from database
index - Index all files from channel.
logger - Get log file

Tips

  • You can use | to separate query and file type while searching for specific type of file. For example: Avengers | video
  • If you don't want to create a channel or group, use your chat ID / username as the channel ID. When you send a file to a bot, it will be saved in the database.

Thanks to

Support

Contact Me On Telegram

Update Channel

License

Code released under The GNU General Public License

𝙲𝚁𝙴𝙰𝚃𝙾𝚁

𝙰𝙻𝙱𝙸𝙽 𝚃𝙺𝙾