Code Monkey home page Code Monkey logo

pogom's Introduction

PoGoMap

The fastest Pokémon Go map available.

Heavily using pgoapi. Shout-out to the Unknown6 team!

image

##Installation:

Note: If you are upgrading from the last version, you will have to update and/or reinstall the requirements.

  1. Clone the repository git clone https://github.com/favll/pogom.git
  2. Install the dependencies pip install -r requirements.txt
  3. Start the server by running python runserver.py

Pro-Tip: Use the -H and -P flag to specify host and port. E.g. -H "127.0.0.1" -P 5001 will tell the webserver to listen to localhost requests on port 5001. You can then head over and take a look at the map at http://127.0.0.1:5001/. If you want the server to listen on all public IPs use the host 0.0.0.0. This will allow you to access your server from other machines.

There's no other flags besides -H and -P, everything else is configured through the Web UI.

##Usage

  • Visit http://<ip>:<port>/ (by default: http://127.0.0.1:5000/)
  • On the first run you will be redirected to a configuration page
    • Enter your Google Maps Api Key
    • Enter all accounts and passwords to be used for scanning
    • Optionally protect the configuration with a password (only authenticated users can access the config and change scan locations)
  • Go back to http://<ip>:<port>/ to view the map
  • Add scan locations simply by clicking on the map

##Features

  • Extremely fast (using multiple accounts)
  • Multiple locations
  • Perfect coverage (using a perfect hexagonal grid of radius 70m)
  • Everything configurable from the browser (bye bye command-line flags)
  • Hide common Pokemon
  • Server status in the Web-GUI
  • Stats about seen Pokemon
  • Mobile friendly

##TODO

  • Notifications
  • Show/Hide Pokestops
  • Heatmaps!

pogom's People

Contributors

nborrmann avatar favll avatar rawdr avatar medghaim avatar yondergod avatar lisandro52 avatar

Watchers

James Cloos avatar  avatar

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.