Devil
Very Semple Auto Filter V1 Bot ##[
โฎ๐๐๐๐๐ ๐๐๐๐๐ ๐๐๐๐๐ ๐๐ ๐๐๐๐๐๐.โฎ- [โฎ] 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
โ๐โ๐๐ธโ๐
Installation
DEPLOY ON HEROKU
DEPLOY ON RAILWAY
#Hard Way
# Create virtual environment
python3 -m venv env
# Activate virtual environment
env\Scripts\activate.bat # For Windows
source env/bin/activate # For Linux or MacOS
# Install Packages
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
Variables
Required Variables
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. For more help watch this videoDATABASE_NAME
: Name of the database in mongoDB. For more help watch this videoLOG_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
- Currently API used here is allowing 1000 requests per day. You may not get posters if its crossed. Once a poster is fetched from OMDB , poster is saved to DB to reduce duplicate requests.
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
License
Code released under The GNU General Public License.