An open API service indexing awesome lists of open source software.

https://github.com/roxasshadow/botemon

IRC bot for Pokéfags with (Poké|Ability|Item|Move|Moveset)dex and a trivia game.
https://github.com/roxasshadow/botemon

Last synced: over 1 year ago
JSON representation

IRC bot for Pokéfags with (Poké|Ability|Item|Move|Moveset)dex and a trivia game.

Awesome Lists containing this project

README

          

# Botémon - IRC bot for Pokéfags

Data are fetched from [Smogon](https://github.com/RoxasShadow/Smogon) and then cached. `id -> name` conversion is performed by Marriland.

You can try Botémon in `#owarisubs`, `#task-force` and `#omnivium` at `irc.rizon.net`.

`Installation: gem install botemon`

`Usage: botemon `

- pkmn Bulbasaur
* Request Pokédex data by name.

- pkmn 1
* Request Pokédex data by id.

- ability Synchronize
* Request the description of the given ability.

- item Leftovers
* Request the description of the given item.

- move Reflect
* Request the description of the given move.

- moveset Bulbasaur LC BW
* Request Smogon movesets by name, tier and metagame (only the first one is required).

- pstats Scizor 70 Adamant 0/252/0/0/6/252 15/31/30/2/31/31
* Calculate the final stats of a level 70 Scizor with the given EVs and IVs.

- pstats Scizor 70 Adamant 0/252/0/0/6/252
* Calculate the final stats of a level 70 Scizor with the given EVs and all the IVs set to 31.

- pkrandom
* Get infos about a random Pokémon.

- pktrivia
* Start the trivia game.

- pktrivia Bulbasaur
* Try to foresee the mysterious Pokémon.

- pkdebug
* Reveal who is the mysterious Pokémon. Only for selected users.

- pkstop
* Abort the game. Only for channel operators and the user who started the game.

- pkcache
* Create a new cache. Only for channel operators.

- pkhelp
* Print all available commands.

- pkversion
* Print the version of both Botémon and [Smogon](https://github.com/RoxasShadow/Smogon).