Manage the lists in Promotions channel
Install the following applications,
- MongoDB server (or) get an instance from MongoAtlas
- Copy the files to the server,
git clone https://github.com/GauthamramRavichandran/PromoAssistant_Bot/
- Install the requirements,
pip3 install -r requirements.txt
- Finally run the bot,
python3 main_file.py
Special Thanks to python-telegram-bot and pymongo