-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Tim Robles edited this page Jul 30, 2016
·
14 revisions
Welcome to the pokeslack wiki!
- Abstract the Pokemon dispatcher and messenger service to easily plug in other services like Discord
- Configure RARITY_LIMIT as a tuple of rarities and distances, like [(1, 0.2), (2, 0.4), (3, 0.6),...], i.e. for more rare Pokemon you're willing to travel and get notified at longer distances
- Rich messages in Slack that include static Google map images, but make it optional so you don't need to sign up for a Google Map API key
- Multi-language support for Pokemon names
- Reduce search space to distances you're interested in so we don't waste time searching extra cells #8
- Get a slack notification on startup and login or API failures, if the worker should be restarted or quit unexpectedly
- Detect number of failed get map requests in a row; try re-logging in after X failed attempts
- Better logging for reasons Pokemon not sent
- See if there's a way to get IV or skill information about spawned Pokemon
- Change Pokemon site to a more informative one, like http://pokemongo.gamepress.gg/pokemon/149 (would be nice if localized)
- Add pokemojis, maybe can grab assets from PokemonGo-Map
- Use outgoing Slack webhooks to allow some level of configuration, maybe starting with changing the location.
- Add support for other version of Python, 2-3
- Add support for metric system, display in miles or meters configurable via DISTANCE_UNIT=km or mi
- Add support for NUM_STEPS which increases the search radius