Wobbotfet!
A Discord bot for reporting the PVP IVs of a Pokemon in Pokemon Go.
Usage
To add wobbotfet: https://discordapp.com/oauth2/authorize?client_id=584875596484444175&scope=bot&permissions=2048
Run !rank help in a channel where wobbotfet is present.
Features
!rank wobbotfet 12 13 10 for the rank of the IV spread 12/13/10
!vrank wobbotfet 12 13 10 for the rank, and also the numbers used to calculate it
!betterthan wobbotfet 12 13 10 for the odds of a better rank (in a variety of circumstances)
Building
Dependencies
This contacts a service for its data. Currently it's hard coded to use the Heroku deployment of Sigafoos/iv.
Running
You'll need a config.yml (or json, or toml, or whatever spf13/viper accepts. Using yaml:
token:
prod: abc413
Where abc413 is the bot token generated in the Discord developer console. prod is required, but you can have any number of them to run as different bots (for instance, a dev bot to test on)