hubot-pokemongo
v1.2.1
Published
Hubot script for pokemon go.
Downloads
9
Maintainers
Readme
hubot-pokemongo
Hubot script for pokemon go. hubot-pokemongo send you one private message every time one pokemon spawn near you. It support multiple location, mute notification, custom notification interval, and some small features.
:exclamation: This does not require you to run your own bots for Pokémon localisation. However, the API we're querying is very instable and you might experience not-so-great service and unaccurate results.
dependency
- hubot-redis-brain
- geolib
Commands available
- add : Attach address to your user
- debug on : Enable debug
- debug off : Disable debug
- delete : Delete address from your user
- list : List addresses from the current user
- locale <en|fr|de> : Set locale for the current user
- notif on : Enable notification
- notif off : Disable notification
- number : Search for a Pokémon using it's Pokédex number
- nb : Alias for number
- id : Alias for number
- preference : Show user preferences
- range : Set detection range to m
- remove : Alias for delete
- rm : Alias for delete
- search : Searches on a Pokémon Wiki (depending on your locale)
- s : Alias for search
- timer : Set timer interval to minute(s)
- version : Print current version of hubot-pokemongo
- help : Print this help
- ? : Alias for help
Examples
> {hubot} pogo add 43.60385011 1.4439189
> {hubot} pogo list
43.60385011/1.4439189
> {hubot} pogo remove 43.60385011 1.4439189
> {hubot} pogo list
Installation
Download the latest version from npm
npm install hubot-pokemongo
Add dependency to your hubot external script: external-scripts.json
[
//....
"hubot-redis-brain",
"hubot-pokemongo"
//....
]
TODO
- [x] Refactoring
- [x] Locale (User preferences)
- [ ] Tests
- [ ] Show pokemon on map (send image)
- [x] Improve range system