This is a telegram bot that enables Tenant Managers to send messages to renters directly using the message_sender.py
file.
- First, clone the repository.
git clone [email protected]:mohaali482/tenant-telegram-bot.git
- After that install the requirements.txt
pip install -r requirements.txt
- Add a
.env
file to the root directory. In the.env
file you should have the following.
API = your api token
- Now, You're good to go. Run the below command to start the bot.
python main.py