Skip to content

Langras/PokemonSit

Repository files navigation

screenshot

PokemonSit

I wanna be the very best,
But I don't wanna go

The fork of the fork of the ... Pokemon Go Bot.
Easy to use bot with web interface.

Installation Mac/Linux locally

$ git clone https://github.com/sniok/PokemonSit  
$ cd PokemonSit 
$ pip install -r requirements.txt
$ npm install
$ node index.js

or

Deploy on heroku

  • Fork this repo
  • Go to Heroku website
  • Create new app
  • Go to Deploy and connect your GitHub account
  • Connect your fork
  • Under Settings tab make sure you have nodejs and python Buildpacks
  • Under Resources enable Dyno
  • Deploy app

Features

  • Pretty web interface
  • Search Fort (Spin Pokestop)
  • Catch Pokemon
  • Release low cp pokemon
  • Walking as you
  • Limit the step to farm specific area for pokestops
  • Use the ball you have to catch, don't if you don't have
  • Rudimentary IV Functionality filter
  • Auto switch mode(Full of item then catch, no ball useable then farm)
  • Ignore certain pokemon filter
  • Use superior ball types when necessary
  • When out of normal pokeballs, use the next type of ball unless there are less than 10 of that type, in which case switch to farm mode

Requirements (click each one for install guide)

Protobuf 3 installation

  • OS X: brew update && brew install --devel protobuf
  • Windows: Download protobuf 3.0: here and unzip bin/protoc.exe into a folder in your PATH.
  • Linux: apt-get install python-protobuf

Google Maps API key

  1. Navigate to this page
  2. Select 'Create a project' in the dropdown menu.
  3. Wait an eternity.
  4. Click 'Create' on the next page (optionally, fill out the info)
  5. Copy the API key that appears.
  6. Paste it when creating bot

FAQ

What's IV ?

Here's the introduction