rifqanzalbina / i200-Telegram-Bot

i200 Telegram Bot, Pokemon Coordinate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i200

Pokemon Coordinate with IV 100

Local Installation

Run Project you need to add 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/rifqanzalbina/i200-Telegram-Bot.git

Create a virtual Environtment

$ virtualenv venv

Activate the terminal environments

# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate

Then install the required libraries

(venv)$ pip install -r requirements.txt

Once of all that is done, proceed to start the app

(venv)$ python main.py

Telegram bot's Menu

Start sending coordinate with pokemon IV 100

/iv100

Start sending coordinates with pokemon IV 90

/iv90

Stop sending coordinates

/stop

About

i200 Telegram Bot, Pokemon Coordinate

License:MIT License


Languages

Language:Python 100.0%