Telegram Monitor is a Python script that scans messages from all channels and groups in a Telegram account and sends a warning to a second Telegram account when specific keywords are detected.
- Python 3.7 or higher
- Telethon library
- Create a new directory for the project and navigate to it in your terminal.
- Clone or download the
telegram_monitor.py
andschedule.sh
files into the project directory. - Install the Telethon library
usage
chmod +x schedule.sh
./schedule.sh
The script will now monitor your Telegram account for messages containing the specified keywords and send a warning to your second Telegram account when a matching message is found.