Your GoF Bot On Desktop
npm install PokemonGoBotBot is working: Download
Desktop Pokemon GO Bot based on PokemonGo-Bot
Join us at #desktop-porting channel at our slack chat
###Install
####macOS
```
git clone --recursive https://github.com/PokemonGoF/PokemonGo-Bot-Desktop
brew install python node wget
pip install virtualenv
cd PokemonGo-Bot-Desktop
npm install
####Linux
Install Node.js
``
git clone --recursive https://github.com/PokemonGoF/PokemonGo-Bot-Desktop
sudo apt-get install python wget
pip install virtualenv
cd PokemonGo-Bot-Desktop
npm install
####Windows
Install git bash
Install Python 2.7
Install Node.js
Set your $PATH
``
git clone --recursive https://github.com/PokemonGoF/PokemonGo-Bot-Desktop
pip install virtualenv
cd PokemonGo-Bot-Desktop
npm install
###Run
``
npm start
###Update
``
git pull
git submodule update
npm install
###Get encrypt.so
Create a new separate folder somwhere
Run
```
wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make
Then copy libencrypt.so to the gofbot folder and rename to encrypt.so
Don't forget to add yourself when doing PR
##Credits
PokemonGo-DesktopMap Amazing job done by Mike Christopher
The source icons belong to © Nintendo/Creatures Inc./GAME FREAK Inc.
This project is licensed under the MIT License.
