This project was made for free for the portfolio.
A telegram bot that allows you to search for messages in your selected chats by keywords and sends links to the messages you found. It works with both public and private chats.
git clone https://github.com/Merbuz/TelegramChatParser.gitcd TelegramChatParserpip install -r requirements.txtNext, change the settings.ini file, add your ID as an administrator there (you can add several if you specify them separated by commas without spaces)
# settings.ini
[Bot]
white_list = 1234,12345
view_logs = trueNext, create the .env file
API_ID=1234
API_HASH="api hash here"
BOT_TOKEN="bot token here"That`s all! You can run it
python main.py &