/botmap

Realtime map for pokemon bots

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Botmap

A realtime map for Pokemon Go Bots

Requirements

  • Ruby 2.0 or higher

Installation

  1. Place these files in a folder inside your bot's bin/Debug directory (this should be pokemonbotfolder/Debug/bin/botmap)
  2. Install the sinatra gem (gem install sinatra)

Usage

  1. Open the botmap folder (this should be pokemonbotfolder/Debug/bin/botmap) in a ruby activated console
  2. Run this command: ruby sinatra.rb
  3. Open up http://0.0.0.0:3000 in your browser and see it work!