This is a robot that sends bulk messages and/or images on Telegram
To run this project, you will need to replace the following variables
your_api_id
your_api_hash
your_phone_number
Go to the website https://my.telegram.org/auth and get the ID and hash to replace the above variables
Clone the project
git clone https://github.com/alanadson/send-messages-all-telegram.gitEnter the project directory
cd send-messages-all-telegramInstall the dependencies
pip install -r requirements.txtStart the program
main.py