A realtime map for Pokemon Go Bots
- Ruby 2.0 or higher
- Place these files in a folder inside your bot's bin/Debug directory (this should be pokemonbotfolder/Debug/bin/botmap)
- Install the sinatra gem (gem install sinatra)
- Open the botmap folder (this should be pokemonbotfolder/Debug/bin/botmap) in a ruby activated console
- Run this command:
ruby sinatra.rb
- Open up http://0.0.0.0:3000 in your browser and see it work!