An open API service indexing awesome lists of open source software.

https://github.com/lynnagara/poke

Gotta catch 'em all. Cheat at Pokemon Go :)
https://github.com/lynnagara/poke

Last synced: 11 months ago
JSON representation

Gotta catch 'em all. Cheat at Pokemon Go :)

Awesome Lists containing this project

README

          

Script to help catch pokemons :)

Given a pair of locations it creates a gpx file simulates a fast walk that XCode can use

Usage:
`python3 win.py [from] [to]`

e.g. `python3 win.py "Treptower Park Berlin" "Tempelhofer Feld Berlin"`

Setup:
- `virtualenv venv`
- `source venv/bin/activate`
- `pip install -r requirements.txt`
- `deactivate` to exit