Giter Site home page Giter Site logo

johnan / pokemongo-map Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahaaaaaaa/pokemongo-map

0.0 1.0 0.0 13.48 MB

Live visualization of all the pokemon in your area... and more!

License: MIT License

Python 99.06% Batchfile 0.01% Protocol Buffer 0.35% HTML 0.58%

pokemongo-map's Introduction

PokemonGo Map

Build Status Coverage Status

Live visualization of all the pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all the pokemon visible nearby given a location. Currently runs on a Flask server displaying a Google Maps with markers on it.

Building off Mila432's PokemonGo API, tejado's additions, leegao's additions and Flask-GoogleMaps.


Requirements

  • Python 2.7.x

Installation

pip install -r requirements.txt

Usage

python example.py -a authService -u myUsername -p myPassword -l "Boulder, CO" -st 5

Flag Description Required
-a Auth Service (ptc or google)
-u Username
-p Password
-l Any location Google Maps can understand
-st Steps to take
-ar --auto_refresh seconds Enables auto page reload. Value in seconds
-i --ignore Comma-separated list of Pokémon to ignore
-o --only Comma-separated list of Pokemon to search for exclusively
-dp --display-pokestop Display pokestop
-dg --display-gym Display gym
-H --host Set web server listening host
-P --port Set web server listening port
-L --locale Locale for Pokemon names: en (default), fr, de

Note: 5 steps is approximately a 1.2km radius. More than 10 is redundant (you usually can't walk that far before despawn anyway)

Common Errors

Exception, e <- Invalid syntax.

  • You are using python 3, download python 2.7 instead.

pip or python is not recognized as an internal or external command

  • Replace pip with C:\Python27\Scripts\pip
  • Replace python with C:\Python27\python

FAQ

Can I sign in with Google?

  • Yes you can! Pass the flag -a google to use Google authentication

I'm on Windows, why does nothing work?

pokemongo-map's People

Contributors

6iz avatar ahaaaaaaa avatar foodforarabbit avatar jz6 avatar sykhro avatar marauder37 avatar medghaim avatar nyubis avatar xdtrammell avatar denia42 avatar dintriglia avatar h3adsho0ot avatar rofrankel avatar shinhan avatar monkeyleet avatar amal avatar amarr avatar fscheider avatar arrowgtam avatar jakecooper avatar jasonmadigan avatar jaewun avatar melonsmasher avatar rubengm avatar scyntrus avatar yangchenyun avatar h1pp0 avatar johanneshn avatar nborrmann avatar rgnvldr avatar

Watchers

Johan Nenzén 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.