Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Installation

NoOne-dev edited this page Aug 14, 2016 · 9 revisions

Installation (lib only - without pokecli etc.)

pip.exe install  git+https://github.com/tejado/pgoapi.git

Alternative: setup.py installation

git clone https://github.com/tejado/pgoapi.git
cd pgoapi
python setup.py install

Windows-Users get xxhash lib here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#xxhash
choose the right one for your Python version and CPU architecture

Windows installation instructions

Download Git for Windows here and install it.

Download Python 2 (latest 2.7.12) 32-bit:here 64-bit:here and install it. When installing check that the python location gets appended to the PATH environment variable!

Download xxhash lib here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#xxhash
choose the right one for your Python version and CPU architecture (32-bit download: here 64-bit download: here)

Open command prompt or Windows Powershell (recommended)

git clone https://github.com/keyphact/pgoapi.git
cd pgoapi
python setup.py install

Get a hold of an encrypt.dll file or compile your own, and place in "Drive Letter":\Windows\System32

You can now test your setup by running ./pokecli.py

Clone this wiki locally