Skip to content

JFernandez-CC/pogo-optimizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon GO Optimizer

This tool shows you the IVs and information necessary to determine which Pokemon get ground into candy. Perfect for any trainer aspiring to be the very best. This won't get you banned.

example

Setup

So, first of all, you need node.js. I've only tested this on Mac, so if you want to test it on other platforms, be my guest.

Run these commands:

npm install
bower install
node index

Now you should have a webserver running. Make sure your phone and computer are connected to the same wireless network.

Next, check your network settings for your internal ip address. Mine was 10.0.1.3. Since that was my internal ip address, I'm going to visit 10.0.1.3:3000/ca.pem to accept the certificate.

After accepting the certificate, open Pokemon GO on your phone. After you can see your character walking around, go to localhost:3000 on your laptop. Enjoy.

TODO

  • Remove Pokemon after they have been transferred
  • Make client usable while catching Pokemon

Feature Requests/Suggestions

I'd love to hear what feature requests and suggestions you all have, so feel free to shoot me an email.

About

mitm data aggregator for Pokemon GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • CSS 14.1%
  • HTML 6.3%