To run this project, you'll need to add the following environment variables to your .env file:
TOKEN
DEVELOPER_CHAT_ID
BOTHOST
DEBUG
ADMIN
SUPPORT
CHAT_ID
PERIOD
USER_1
USER_2
USER_3
MESSAGE_THREAD_ID
Clone the project
$ git clone https://github.com/Geffrerson7/pvp-telegram-bot.gitNavigate to the project directory
$ cd pokemon-coordinates-telegram-botCreate a virtual environment
$ virtualenv venvActivate the virtual environment
# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate
Then install the required libraries:
(venv)$ pip install -r requirements.txtOnce all of that is done, proceed to start the app
(venv)$ python main.pyStart sending Great League PVP coordinates:
/pvpStart sending Great League PVP coordinates:
/pvp1500Start sending Ultra League PVP coordinates:
/pvp2500Start sending Master League PVP coordinates:
/pvp_masterStop sending coordinates:
/stop