Skip to content

rafavg77/PokedexInlineTotaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokedexInlineTotaBot

Telegram Pokedex Bot by Tota

screen

screen

Installation

$ sudo apt-get install python3-pip
$ sudo apt install python3-virtualenv python3-venv
$ git clone https://github.com/rafavg77/PokedexInlineTotaBot.git
$ cd PokedexInlineTotaBot 
$ cp src/Utils/Config/config_example.ini src/Utils/Config/config.ini
$ #Config Telegram token param in config.ini
$ virtualenv vevn
$ #python3 -m virtualenv -p /usr/bin/python3.7 venv (for raspberry pi)
$ source venv/bin/activate
$ pip3 install -r requeriments.txt
$ sudo cp systemd/bot_telegram_pokedex.service /etc/systemd/system/bot_telegram_pokedex.service
$ python3 src/boy.py
$ sudo systemctl enable bot_telegram_pokedex.service
$ sudo service bot_telegram_pokedex start
$ sudo service bot_telegram_pokedex status

TODO:

  • Create pokedex Class
    • Search by ID or Name
  • Inline Commnad
  • Filter Commnad...

About

Another Pokedex with Telegram Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors