PokeAlarm is a third party extension of RocketMap that allows you to receive customized notifications via one or more messaging services.
We currently support the following services:
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.
Please read the Wiki and the FAQ below before contacting us for support. It should answer all your questions about installation and configuration.
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!
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.
- 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.
- 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).
- Please make a request in the NEW/UPCOMING SERVICE MEGA-THREAD.
- Open an Enhancement Request on github. Do not PM us!
- Check the RocketMap Wiki or the ask in the RocketMap Discord. We will not troubleshoot your RocketMap installation.
- 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.