Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenboxal/pgo-teleport
Play Pokémon Go anywhere
https://github.com/greenboxal/pgo-teleport
Last synced: about 1 month ago
JSON representation
Play Pokémon Go anywhere
- Host: GitHub
- URL: https://github.com/greenboxal/pgo-teleport
- Owner: greenboxal
- Created: 2016-07-16T04:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T16:07:22.000Z (over 8 years ago)
- Last Synced: 2024-04-09T16:30:50.483Z (9 months ago)
- Language: Protocol Buffer
- Homepage: http://pgo.greenboxal.com
- Size: 139 KB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Go Teleport
This is a [mitmproxy](https://mitmproxy.org) script that teleports you around the globe.
It's useful for playing Pokemon Go before it is released in your country.
## How It Works
This scripts intercepts all messages between the client and the server and translates all used coordinates.
The server thinks that you're in the target location. The client still behaves like it's in your current location as if the pokemons were really spawned in your local area.
## Usage
First, you need to install [mitmproxy](https://mitmproxy.org).
Then do the following:
1. Edit `local_lat`, `local_lng`, `target_lat` and `target_lng` variables
2. Run `mitmdump -s tunnel.py --ignore '^(?!pgorelease\.nianticlabs\.com)' -q`
3. Change your cellphone proxy settings and install mitmproxy CA
4. Profit## Dependencies
* s2sphere
* protobuf >= 3