mygod/poracleng — explained in plain English
Analysis updated 2026-08-04 · repo last pushed 2026-05-21
Run a local Pokemon GO community map and send spawn, raid, and invasion alerts to Discord or Telegram.
Let community members set up their own personalized tracking rules through bot commands.
Split Discord bot identities so one sends alerts and another handles commands for cleaner branding.
Expose API endpoints for a custom web interface to connect and manage alert settings.
| mygod/poracleng | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | 2026-05-21 | 2021-05-19 | — |
| Maintenance | Maintained | Dormant | — |
| Setup difficulty | hard | easy | moderate |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | ops devops | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a separate Golbat scanning tool feeding raw sighting data plus Discord and Telegram bot tokens and geographic boundary configuration.
PoracleNG is a tool for Pokemon GO community map operators that sends personalized alerts to Discord and Telegram. When a rare Pokemon spawns, a raid starts, or a Team Rocket invasion appears in your area, this system checks whether any of your users have set up tracking rules for that specific thing, and if so, it instantly delivers a customized notification to them. Here is how the pieces fit together. A separate scanning tool called Golbat monitors the game and sends raw sighting data to this system. The system loads all of your users' tracking rules into memory, compares each incoming sighting against those rules, enriches the match with game data and translations, and sends a formatted message through Discord or Telegram. It also runs the bot commands that let users set up and manage their own alerts, and it exposes a set of API endpoints that other tools, like a web interface, can connect to. All of this runs in a single application, which is simpler to operate than the previous version that split these responsibilities across multiple processes. The primary users are people who run local Pokemon GO communities on Discord or Telegram. For example, if a player wants a ping every time a specific rare Pokemon appears within their city limits, or when a particular raid boss shows up at a nearby gym, this tool makes that happen automatically. Operators can set up geographic boundaries, manage who receives which alerts, and let users fine-tune their own preferences through bot commands. A notable shift from the older version is that everything has been consolidated into one program. The configuration is now a single file instead of multiple JSON files, and there is an automated migration script for existing operators. The system also supports a split-bot mode for Discord, where you can use one bot identity to send alerts and a separate one to handle user commands, which gives communities cleaner branding and tighter security control over what each bot can access.
PoracleNG sends personalized Pokemon GO alerts to Discord and Telegram when rare Pokemon, raids, or invasions appear in your area, matching live game data against user-defined tracking rules.
Maintained — commit in last 6 months (last push 2026-05-21).
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.