OS supported: Windows, Mac, Linux
Github Repo: PokemonGo-Bot-Desktop
Status: in development but you can try your self.
Setup & Installation
First do this in requirements installation step: [WORKING] PokemonGo-Bot step by step (Windows, Linux, MAC) (07/25/2016)After that, get latest code and install node and node requirements for Desktop GUI.
MAC OS:
Run:git clone --recursive https://github.com/PokemonGoF/PokemonGo-Bot-Desktop cd PokemonGo-Bot-Desktop
brew install python node
pip install virtualenv
npm install
npm install electron-prebuilt
npm start
Linux OS:Run:git clone --recursive https://github.com/PokemonGoF/PokemonGo-Bot-Desktop cd PokemonGo-Bot-Desktop sudo apt-get install python sudo apt-get install node
pip install virtualenv (option) sudo apt-get install npm
sudo npm install
sudo npm install electron-prebuilt
npm start
Windows:Binary file is comming soon!
Bugs
sh: 1: electron: not found
npm ERR! weird error 127
npm WARN This failure might be due to the use of legacy binary “node”
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
sudo apt-get upgrade node
sudo npm install electron-prebuilt