Skip to content

A Telegram bot that can push notifications of Pokemon spawn locations to a channel (or a group).

License

Notifications You must be signed in to change notification settings

dimotsai/pokemongo-notification

Repository files navigation

PokemonGo Notification

license GitHub release

A Telegram bot that can push notifications of Pokemon spawn locations to a channel (or a group).

Prerequisites

  • Node >= v6.4.0

Installation

  1. npm install
  2. Copy example.config.js to config.js
  3. Edit your config.js
  4. Run ./index.js

For other command line options, see ./index.js -h

  Usage: index [options]

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -c, --config [path]  set a config file. defaults to ./config.js

Upgrade

Simply run:

git pull && npm update

Utilities

  • ./print_config.js [--config <config file>] prints out the current Pokemon filter.
  • ./draw_map.js [--config <config file> --zoom <level> --size <picture size>] draw the current scanning range on google maps.

Credits

  • Joseph Tsai
    Provide the idea of disabling notifications on Telegram APIs
  • Kao Yu-Hao
    Provide pokemon_moves.js and the format of PokemonGo-Map API (IVs-and-Moves PR)
  • Cojad
    Provide pkget's encryption/decryption algorithm (including key and iv)
  • Heyme
    Provide the new data of pokemons, moves and stickers (generation 2).

About

A Telegram bot that can push notifications of Pokemon spawn locations to a channel (or a group).

Resources

License

Stars

Watchers

Forks

Packages

No packages published