As there were a lot of questions on how to proper install this bot i decided to create a small guide.
Here's the link to the bot:
https://github.com/TomTheBotter/Poke...rking-Hack-API
1) Install python.
https://www.python.org/download/releases/2.7/
I recommend installing python in the default folder (C:\Python27) unless you know what you're doing.
2) After you installed Python you need to add it to environment variables. You do this by going to start --> view advanced system settings --> environment variables
Than search for PATH which should look like
this click on edit and add this to the end ;C:\Python27;C:/Python27/Scripts
3) install pip
https://bootstrap.pypa.io/get-pip.py (cntrl + s, save it and run it)
https://www.youtube.com/watch?v=zPMr0lEMqpo
4) install python compiler for windows (i had to install it before i could install all requirements)
https://www.microsoft.com/en-us/down....aspx?id=44266
5) Clone / download the bot from github (
https://github.com/TomTheBotter/Poke...rking-Hack-API )
i recommend unpacking it in on your desktop.
6) open your CMD.exe and type cd Desktop and then cd Pokemon-Go-Bot-Working-Hack-API-master (if you saved it on desktop, if you are on desktop you can autofill the folder by typing in the first few letters and than pressing tab) your CMD should look like
this now (with your own pc / logged in user name)
7) Once you're in your pokemon go bot folder type pip install -r requirements.txt and let it install all packages.

Now we need to create a google maps API (/project) here:
https://console.developers.google.co...is/credentials
9) Now we need to activate the API and enable the google maps direction api, you do so by going here
https://console.developers.google.co...view?project=_
Select your project from the dropdown list and go to libary. it should look like
this Just select Google Maps Directions API and enable it.
10) Copy your api into your config.json file in the bot folder.
11) Setup the rest of config.json, if you use PTC login use the lower one, if you use Google fill the upper one. Make sure location is like this: "location": "52.3533396, 4.87729339999998", and not AMSTERDAM, NL (with a space after the comma in the middle).
12) Now everything is setup you open CMD again and go to your bot folder again. When you're in your bot folder you type: python pokebot.py -i 0 --cache if you use google login and python pokebot.py -i 1 --cache if you use Pokemon Trainer's Club. The --cache is only required when you first launch the bot.
credits for the bot goes to /u/RedAndNegroTrees(reddit) /
https://www.reddit.com/r/pokemongode...120_in_56_hrs/
If you have any further questions / errors just reply or go to the reddit post.
Good luck & have fun.