fosJoddie / PokeAlarmWiki

Wiki Repo for PokeAlarm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Python 2.7 license Donate

PokeAlarm is a third party extension of RocketMap that allows you to receive customized notifications via one or more messaging services.

Latest Patch Notes

We currently support the following services:

What exactly is PokeAlarm?

PokeAlarm is a lightweight webserver designed to receive POST requests from your local RocketMap server. It sorts through these request and send your a message via your favorite message service. This could be either a tweet when a rare pokemon spawning down the street, a Telegram message letting you know a lured pokestop only a few minutes away, or a Pushbullet notification letting you know your team's gym has fallen.

Support

Wiki

Please read the Wiki and the FAQ below 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 devs. 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 may be closed without notice.

FAQ

I am receiving an error about JSON input from PokeAlarm. What gives?

  • If on Windows, DON'T USE NOTEPAD. Use Notepad++ or PyCharm. Create a new alarms.json and start over. Alternatively, use jsoneditoronline.org to check for errors.

Which version of RocketMap do I need?

  • Use the develop branch of RocketMap. PokeAlarm is a webhook - an extension of RocketMap. We can update PokeAlarm without affecting your RocketMap installation (and vice-versa).

How do I request for a Service to be added to PokeAlarm?

Man I wish this could do XYZ!

  • Open an Enhancement Request on github. Do not PM us!

I am receiving XYZ error from RocketMap! What do I do?

  • Check the RocketMap Wiki or the ask in the RocketMap Discord. We will not troubleshoot your RocketMap installation.

Can I run multiple simultaneous alarms services?

  • Yes. You may configure as few or as many simultaneous alarm services in alarms.json like Twitter, Discord and Telegram. Visit the Alarm Configuation wiki for more details.

Alternatively, you can run RocketMap with multiple webhooks and have multiple instances of PokeAlarm, each assigned to a different http://<host>:<port>, e.g., http://127.0.0.1:4000, http://127.0.0.1:4001.

I'm having issues with setting a location. It is not showing distance, maps are not showing up, walking directions, etc.

  • Ensure you have a Google Maps API key with all the necessary APIs enabled. Visit the Google Maps API Key wiki on how to test your key and more details.

About

Wiki Repo for PokeAlarm