A Telegram bot that can push notifications of Pokemon spawn locations to a channel (or a group).
- Node >= v6.4.0
npm install
- Copy
example.config.js
toconfig.js
- Edit your
config.js
- 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
./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.