The Pokemon GO tool to extract and display player informations (without cheats and scripted actions !)
Dev branch has the most up-to-date features, but be aware that there might be some broken changes. Your contribution and PR for fixes are warm welcome.
Master branch is the stable branch. No PR on master branch to keep things easier.
- TODO
Basic Installation (see INSTALL.md)
We recommend you use virtualenv, not only will this tool keep your OS clean from all the python plugins. It also provide an virtual space for more than 1 instance!
python trainertools.py
- Use apache or nginx
TODO
- Use SimpleHTTPServer with python
From web
directory :
python -m SimpleHTTPServer
You can now visit the web page at http://127.0.0.1:8000
Remote server installation (see remote_INSTALL.md) (TODO)
python trainertools.py -os
Wiki - FAQ (TODO)
- Complete README.md section
- Complete wiki section (Home, Getting started, FAQ, Dev guidelines)
See CONTRIBUTING (TODO)
Don't forget add yours here when you create PR
- tejado for the API
- OpenPoGo for the front web tools
- PokemonGoF for the docs and wiki