dimotsai / pokemongo-notification

A Telegram bot that can push notifications of Pokemon spawn locations to a channel (or a group).
https://telegram.me/HsinchuPMGOAlert
MIT License
11 stars 4 forks source link

PokemonGo Notification

license GitHub release

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

Prerequisites

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

Credits