ShinyInfo is a Telegram bot that informs you about shiny Pokémon in Pokémon GO. It gathers information from different data sources and informs you about new shiny Pokémon as soon as these are added to any of the sources. You can request a list of shiny Pokémon and see how each shiny can be obtained.
Currently Gamepress.gg and Pogoapi.net are supported. If you know of any other detailed shiny info page, please create an issue or - even better - a pull request.
If you don't want to set up your own bot, feel free to use @ShineInfoBot.
##Features
- list all shiny Pokémon by source and see how they can be obtained.
- automatically subscribe to information about new shiny Pokémon as soon as they get added.
- Clone this repository:
git clone https://github.com/tobiaswicker/ShinyInfo.git
- Download Python 3.x if you haven't already
- Install Python-Telegram-Bot by running
pip install python-telegram-bot
from a terminal. - Talk to @BotFather to get a
token
. - Rename
config-bot.ini.example
toconfig-bot.ini
and edit it.- Replace
BOT_TOKEN
with your botstoken
.
- Replace
- Run the bot from a terminal:
python3 shinyinfobot.py