SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
111 stars 45 forks source link

Fixed Login and Rate limit issues. #194

Closed SippieCup closed 8 years ago

SippieCup commented 8 years ago

Jitpack is having issues and will not compile so I used the binary jars for the gradle build for now to get something that works. We can fix that once jitpack stops being lame.

Implemented new login method, removed Authentication Listener as it is now depreciated, and implemented the new Login method.

Rate limit issues have been hotfixed by adding a 300ms sleep between requests in the PokeGO-API library. This will be patched to a much better solution soon.

ashgh commented 8 years ago

vouching that this works for the time being. was able to run with item interactions successfully.

SippieCup commented 8 years ago

Accidently screwed up this branch and added a bunch of other commits.

Remkaing pull Request with a new branch.