Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 593 Bytes

Tenant Management System Bot

This is a telegram bot that enables Tenant Managers to send messages to renters directly using the message_sender.py file.

Usage of the bot.

  1. First, clone the repository.

git clone [email protected]:mohaali482/tenant-telegram-bot.git

  1. After that install the requirements.txt

pip install -r requirements.txt

  1. Add a .env file to the root directory. In the .env file you should have the following.
API = your api token
  1. Now, You're good to go. Run the below command to start the bot.

python main.py