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.git
Navigate to the project directory
$ cd pokemon-coordinates-telegram-bot
Create a virtual environment
$ virtualenv venv
Activate the virtual environment
# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate
Then install the required libraries:
(venv)$ pip install -r requirements.txt
Once all of that is done, proceed to start the app
(venv)$ python main.py
Start sending Great League PVP coordinates:
/pvp
Start sending Great League PVP coordinates:
/pvp1500
Start sending Ultra League PVP coordinates:
/pvp2500
Start sending Master League PVP coordinates:
/pvp_master
Stop sending coordinates:
/stop