whatisgithub

What is poracleng?

mygod/poracleng — explained in plain English

Analysis updated 2026-08-04 · repo last pushed 2026-05-21

Audience · ops devopsComplexity · 4/5MaintainedSetup · hard

In one sentence

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.

Mindmap

mindmap
  root((PoracleNG))
    What it does
      Sends spawn alerts
      Sends raid alerts
      Sends invasion alerts
    Inputs
      Golbat sighting data
      User tracking rules
      Game data translations
    Outputs
      Discord notifications
      Telegram notifications
      API endpoints
    Use cases
      Community map alerts
      Personalized tracking
      Split-bot branding
    Audience
      Community operators
      Pokemon GO players
    Setup
      Single config file
      Migration script

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run a local Pokemon GO community map and send spawn, raid, and invasion alerts to Discord or Telegram.

USE CASE 2

Let community members set up their own personalized tracking rules through bot commands.

USE CASE 3

Split Discord bot identities so one sends alerts and another handles commands for cleaner branding.

USE CASE 4

Expose API endpoints for a custom web interface to connect and manage alert settings.

What is it built with?

Node.jsDiscord.jsTelegramREST API

How does it compare?

mygod/poracleng00kaku/gallery-slider-block04amanrajj/netwatch
Stars0
LanguageJavaScriptRust
Last pushed2026-05-212021-05-19
MaintenanceMaintainedDormant
Setup difficultyhardeasymoderate
Complexity4/52/53/5
Audienceops devopsgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires a separate Golbat scanning tool feeding raw sighting data plus Discord and Telegram bot tokens and geographic boundary configuration.

So what is it?

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.

Copy-paste prompts

Prompt 1
Set up PoracleNG to receive sighting data from Golbat and send Discord alerts when a rare Pokemon spawns inside a user's geographic boundary.
Prompt 2
Configure PoracleNG's split-bot mode so one Discord bot sends alerts and a separate bot handles user commands for tracking setup.
Prompt 3
Migrate my existing Poracle setup to PoracleNG using the automated migration script and consolidate multiple JSON configs into a single config file.
Prompt 4
Create a web interface that connects to PoracleNG's API endpoints so community members can manage their Pokemon GO alert preferences visually.

Frequently asked questions

What is poracleng?

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.

Is poracleng actively maintained?

Maintained — commit in last 6 months (last push 2026-05-21).

How hard is poracleng to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is poracleng for?

Mainly ops devops.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.