Skip to content

PokeAlarm is a third party extension for PokemonGo-Map that allows you to receive external notifications via the service of your choice

License

Notifications You must be signed in to change notification settings

Titi9237/PokeAlarm

 
 

Repository files navigation

#PokeAlarm Logo

Python 2.7 license Donate
PokeAlarm is a third party extension of RocketMap that allows you to receive external notifications through a variety of services, such as Twitter, Facebook, Slack, or Discord.

#CONFIG CHANGES WARNING PokeAlarm has recently updated to Version 3. This is a significant overhaul, and as such, some configuration changes may be required.

Features

  • Receive notifications for Pokemon, Pokestops, and Gyms
  • Supports a wide variety of external services such as Twitter, Slack, or Discord.
  • Dynamic Text Substitution - customize your notifications to include a variety of options, include IV's, movesets, and more!
  • Filter notifications based on location, moves, IV's, and more.
  • Reverse geocoding - Get the street adress, city, or zip code of a pokemon based on its location.
  • Supports translations of Pokemon names and moves based on the following languages: DE, EN, ES, FR, IT, and ZH_HK
  • Multiprocessing allows multiple managers to share a single listening port, reducing overhead.

Services

Support

Wiki

Please read the Wiki before contacting us for support. It should answer all your questions about installation and configuration.

Discord

Visit us at our Discord channel if you still have issues with your setup. Please stick to the #troubleshooting and #general chats and avoid sending private messages to any developers. We're working hard, we promise!

Github

If you are experiencing issues with the alarm or would like to see new features, please open a ticket on github here. Be sure to complete the included suppport template and provide as much information as possible. Support tickets that do not fully complete the request template WILL be closed without notice.

FAQ

I am receiving an error about JSON input from PokeAlarm (e.g., "expecting delimiter"). What gives?

  • If you are a Windows user, stop using notepad and start using Notepad++. Make a fresh copy of the alarms.json and remake your changes. If you aren't a Windows user (or you are already using Notepad++) check your JSON format with a JSON formatter for issues (jsoneditoronline.org is an excellent site to start.)

Will you be adding support for ______ service?

  • Please make a request in the New Service MEGATHREAD. New standalone issue tickets will be closed without notice.

I am receiving _______ error from PokemonGo-Map! What do I do?

How do I conigure V3?

  • We are working on updating the wiki to reflect the changes. Use the filters.json file to specify which notifications you would like to receive. The 'alarms.json' file is now for specifying which services you would like to receive alerts from.

This dynmic text command was working, but then I updated and it stopped. Why did you have to ruin everything?

  • The following changes were made with dynamic text commands in v3
    • <id> is now <pkmn_id> (<id> is now the encounter id)
    • <move1> and <move2> are now <move_1> and <move_2>

About

PokeAlarm is a third party extension for PokemonGo-Map that allows you to receive external notifications via the service of your choice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%