Skip to content

1.0.4

Compare
Choose a tag to compare
@jmshal jmshal released this 25 Jul 08:49
· 70 commits to master since this release

Changelog

  • Ability to push notifications to a slack webhook (--slack, --slack-webhook-url, --slack-channel)
  • Adds a forever mode which prevents common API errors/downtime from stopping the process (--forever)
  • Ability to ignore common Pokémon (Rattata, Pidgey, Weedle, Caterpie, Zubat) (--ignore-common)
  • Ability to restrict the maximum range (in meters) (--range=N)
  • Prettifies the terminal output, and includes a Google Maps link to the coordinates

Bugfixes

  • Fixed the duplicate Pokémon bug where a Pokémon could be listed twice, or re-occur on the next poll

Example

$ pokevision watch --lat=34.00846023931052 --lon=-118.49802017211914 --name=Office --slack --slack-webhook-url=XXX --slack-channel=pokemon --forever --ignore-common --range=300
Goldeen (https://maps.google.com/maps?q=34.008127253796,-118.49830250257&z=19)
45m away from Office
Expires in 8 minutes

Goldeen (https://maps.google.com/maps?q=34.008127253796,-118.49830250257&z=19)
45m away from Office
Expires in 8 minutes

Goldeen (https://maps.google.com/maps?q=34.008127253796,-118.49830250257&z=19)
45m away from Office
Expires in 8 minutes

Electabuzz (https://maps.google.com/maps?q=34.008790763176,-118.49757264487&z=19)
55m away from Office
Expires in 1 minute

Electabuzz (https://maps.google.com/maps?q=34.008790763176,-118.49757264487&z=19)
55m away from Office
Expires in 1 minute

Omanyte (https://maps.google.com/maps?q=34.009281622135,-118.49784634188&z=19)
93m away from Office
Expires in 4 minutes

Support

This version has been officially tested on the following platforms;

  • Windows 10 (64 bit)
  • Mac OS X El Capitan (64 bit)

If you have any issues on other platforms, please create an issue/submit a pull request.