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 :)
- Host: GitHub
- URL: https://github.com/lynnagara/poke
- Owner: lynnagara
- Created: 2016-07-24T21:19:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T21:30:10.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T17:14:38.885Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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