Giter VIP home page Giter VIP logo

pokemongo-notifier's Introduction

Pokemon Go Notification System

This is a fork of jxmorris12/PokemonGo-Finder, a fork of the popular PokemonGo-Map repository, with the purpose of notifying users where to find nearby Pokemon. All API and map functionality was left untouched.

This fork is focused on Slack integration, with the possibility of other integrations in the future.

Config File

Instead of from the command-line, all arguments are read from a config.json file.

See config.json.sample.

Optional arguments:

  • step_limit: Determines how far the "player" will search. A value of 1 is the same as a stationary player. A value of 2 means the player searches in 4 locations. And etcetera.
  • notify_distance: Distance in meters within which to send notifications. if set to None will notify on everything.
  • notify_ignore: Comma-separated list of Pokemon to not send notifications for.
  • notify_far_ignore: If set along with notify_distance, will notify outside of the notify_distance if the Pokemon does not exist in notify_far_ignore. Useful for rarer pokemon.
  • notify_schedule: If set, only notifies on specified weekdays and/or hours of the day. See config.json.sample for an example. Weekday of 0 is Monday, and hour of 0 is midnight to before 1am.

It is also recommended to use your own Google Maps API key, set it in credentials.json.

See credentials.json.sample.

Install

Only works with Python 2.7.

Install the necessary dependencies by running pip install --upgrade -r requirements.txt. Create a config file and then run the main script using python main.py.

Using this software is against the ToS and can get you banned. Use at your own risk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.