Skip to content

A Pokemon Adventure Bot! Play Pokemon on Telegram! News will be released on steemit.com/@kurodevs

License

Notifications You must be signed in to change notification settings

Divirad/pokemonadventurebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonAdventureBot

on Telegram


About

Are you also nostalgic and dream your way back to the time when you played the first generations of Pokemon (red, blue & yellow) on the Gameboy or Gameboy Color? Then this project is surely something for you! We (Divirad) are currently developing a telegram bot for all nostalgic Pokemon fans, which we will host ourselves. The goal of this project is that in the end we will have a bot with all the old original game mechanics from the games red, blue and yellow. Read more in the roadmap.

You are just a user?

Then go to the official Pokemon Adventure Telegram Bot! and have fun! :)

You are a developer?

What do I need to run the bot?

The following modules:

or higher

or higher

or higher

pip install python-telegram-bot mysqlclient gitpython

How do I get set up?

  • type git clone https://bitbucket.org/divirad/pokemonadventure.git into your console
  • go to the cloned directory
  • Go on Telegram:
    • Create two Bots with @botfather and one channel
    • Create one Channel
  • MySQL:
    • Create a Database named pokemon
    • Add the file pokemonadventure/PokemonAdventure/private.py and add:
 admin_token = "<YOUR-ADMIN-BOT-TOKEN>""
 admins = ["<USER 1>", "<USER 2>" ...]
 admin_channel = "<YOUR-ADMIN-CHANNEL>"
 token="<YOUR-MAIN-BOT-TOKEN>"
 database_passwd = "<YOUR-MYSQL-PASSWORD>"
 database_user = "<YOUR-MYSQL-USer>"

 log_file = "<YOUR-LOG-FILE-PATH>"
 map_file = "<YOUR-MAP-FILE-PATH>"

Run the bot with Python3.6 or higher Type /start_bot into your admin bot Have fun :)

How to contribute?

You can contribute to this project by cloning the projectfrom our Github repository and testing it. Of course you can also post ideas for features or suggestions for improvement either in the repository under Issues or via Utopian.io. You can also contact me via Telegram!

Of course you can also fork the project and if you think you have an improvement in, then you are welcome to do a pull request. If we like it, we will merge it with the project.

Who do I talk to?

Divirad(c) 2017-2018

About

A Pokemon Adventure Bot! Play Pokemon on Telegram! News will be released on steemit.com/@kurodevs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages