- Python
- pyTelegramBotAPI
I recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
Once you have your virtual environment setup and running, install dependencies by naviging to directory and running:
pip install -r requirements.txt
@remaining_areeg_bot