Hosting the Bot
Before continuing, make sure you have the Bot Account from the previous step.
Make sure You have Python 3.9 or above installed
If you don't already have the code downloaded, clone the repository
git clone https://github.com/BPS-Circular-API/telegram-bot
Or just download the zip file from here
CD into the directory
cd telegram-bot
Install the packages -
pip install -r requirements.txt
Edit the config.ini
file and replace the token with your bot token, also make sure to modify the config to your liking
nano ./config.ini
Run the bot with the following command
python bot.py
There you go! Your bot should now be running.