Now you can interact with official Pokemon GO's server with a web client! You can use your arrow keys to walk and your mouse to catch pokemons. Everything is displayed in a nice way using Google Maps. Also, you can use pokestops, transfer/evolve pokemons and use/drop items. In this version, you actually see other players on map and can even chat with them. Just login with your facebook account and link how many Pokemon GO accounts to it, so you can switch between your trainers.
Nice map visualization. Rotating the angle that you are walking makes the entire map to rotate
Play with multiple Pokemon GO' accounts
Get Pokestops and check your inventory
- Login with your facebook
- Click on the top-right menu and select Create New Trainer
- Select a starting location for the bot
- Use a fake gmail account (Or use your offical account at your own risk)
- Click Create
- Go to the same menu and select your recently created trainer
- Click "LOGIN BOT"
- Use your arrow keys to walk in the map
- Use your mouse to catch pokemons/pokestops
- Display pokemons on map
- Display pokestops on map
- Display catched pokemons on map
- Display fleed pokemons on map
- Encounter cleanup
- Geo filter on map entites to optmize performance
- Transfer pokemons
- List of catched pokemons
- List of items on inventory
- List of eggs
- Hatch Egg
- Show profile
- Multiple accounts
- Fetch rare pokemon from pokesniper API
- Jump to rare pokemon
- Use pokestop to unban IP (interact 40 times with pokestop)
- See other players on map
- Chat
- Use Razzberry
- Use Lucky Egg
- Evolve
- Lucky Egg + Evolve algorithm
- Encounter pokemons
- Catch pokemon
- AI
First, you need to run the pokemon-bot-service (the service that will interact with PokemonGO official API)
Here is a link to the repo: https://github.com/rafaelcorreiapoli/pokemon-bot-service
git clone https://github.com/rafaelcorreiapoli/pokemon-bot-service
cd pokemon-bot-service
npm i
meteor -p 4000
and just leave it running...
git clone https://github.com/rafaelcorreiapoli/pokemon-web.git
cd pokemon-web
npm i
meteor
and access http://localhost:3000
(Note: go to src/server/BotService/index.js
and make sure you are connecting to the right IP where pokemon-bot-service is running)