PoGoBag
PoGoBag copied to clipboard
Analyze and share your Pokémon through a locally run server! Official Site access has been stopped as of 12/23/2016
No such file to load -- google/protobuf_c Extracted source (around line #2): 1 2 3 4 5 6 module SessionsHelper require 'poke-api' require 'pp' file = File.read('app/assets/pokemon.en.json') @@pokemon_hash = JSON.parse(file)...
Suddenly there's this error. I think Niantic changed something on their side. 
Noticed on the official site when it was up that the refresh was not actually updating the bag. This continued when I setup a local instance and here is the...
` when :pokemon_data # Set poke_id poke_id = i[:pokemon_id].capitalize.to_s # To deal with Nidoran and Mr. Mime naming poke_id = 'Nidoran♀' if poke_id.match('Nidoran_female') poke_id = 'Nidoran♂' if poke_id.match('Nidoran_male') ` i...
includes base stats for Pichu, Cleffa, Igglybuff, Togepi, Togetic, Smoochum, Elekid, and Magby from rankedboost.com/pokemon-go Gen 2 Image files needed
The app started to break as soon as I hatched eggs with gen 2 pokemons. Since I do not know if there is any work in progress regarding the extra...
Hello, dphuang2 A lot players that are not devs cant find a way to install Pogobag on windows especially because sqlite3 has bug on windows, or some often make mistakes...
There's a plan to release a dedicate app on smartphones like iOS and Android? Will be awesome if yes!
I'm trying to install to the fresh VM with Ubuntu Server 16.04. Commands are as follows: ``` sudo apt-get install ruby ruby-dev -y sudo apt-get install nodejs -y # git...
Please anyone can help me? http://prntscr.com/c3guas How to solve?