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
MESSAGE_THREAD_ID
Clone the project
$ git clone https://github.com/Geffrerson7/iv100.git
Navigate to the project directory
$ cd iv100
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 coordinates with pokemon IV 100:
/iv100
Start sending coordinates with pokemon IV 90:
/iv90
Stop sending coordinates:
/stop