Install requirements:
pip3 install -r requirements.txt
Install all modules imported in library maybe i missed some modules
replace values:-
Lines 1 to 5 in 67a52ba
run code:
python3 main.py
#info about bot
[Your links will be automatically converted into text url]
[.addfilter {txt}
] #reply to a message to add into filters
[.rmfilter {txt}
] #remove a filter
[.filters {txt}
] #check filters
filters are one single text code if you send that code then your filter text will automatically sent..
for testing one line codes of python code in telegram How to use:
Command : !eval or .eval or /eval
#send a photo
.eval await c.send_photo("asgj.jpg")
.eval m.reply_to_message
.eval await m.reply("gjdk")
.eval any_one_line_code
.eval await ptb.send_message(...)
.eval await tlbot.send_message(...)
.eval await bot.send_message(...)
#use any installed module...
download speed test (in bytes)
.eval speedtest.Speedtest().upload()
#download something with link in server
.eval wget.download('link')
#download yt video
.eval yt_dlp.YoutubeDL().download("yt_link")