Skip to content

Telegram bot for sending Pokemon coordinates with IV 100 and 90.

License

Notifications You must be signed in to change notification settings

Geffrerson7/iv100-bot

Repository files navigation

IV100-TELEGRAM-BOT

Local Installation

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

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

Telegram bot's menu

Start sending coordinates with pokemon IV 100:

  /iv100

Start sending coordinates with pokemon IV 90:

  /iv90

Stop sending coordinates:

  /stop

Demo