This is a Telegram message sender, written in Python. It is using the Telethon library. This experiment is for educational purposes.
- Make sure Python is in your PATH on your system.
You can simply check this by opening cmd or PowerShell and type:
python --version
How to add Python to PATH: https://realpython.com/add-python-to-path/
- Open cmd or PowerShell and install the requirements with:
pip install -r requirements.txt
- Create your API_ID and API_HASH here: https://my.telegram.org/auth
- Paste your API_ID and API_HASH into the variables in main.py
- Open cmd or PowerShell and start with:
python main.py