Awesome
Pokemon-Go-Farm-API
Instructions
- Download/fork project; and open up the zip file inside the project and put it in a separate folder, separate from this original project.
- Open up zip and open up command line and go to the directory where the opened zip is at.
- Run the following line on terminal/CMD:
pip install -r requirements.txt
If that doesn't work then just addsudo
to the beginning and enter the password for your main computer account. - Then go to the configure.json file and change whatever information you need. Then go to pokebot.py and change the latitude & longitude where stated.
- Run the following line on terminal/CMD if you login into Pokemon Go with Google:
python pokebot.py -i 0
andpython pokebot.py -i 1
if you use Pokemon Trainer's Club - After you run it the first time add
--cache
to the end. For example,python pokebot.py -i 0 --cache
- Many thanks to the many devs at /r/pokemongodev!
Note: created with a partner in 2016