PokeMate
PokeMate copied to clipboard
Automated PokemonGo Application
PokeMate

##Note: With Niantic's recent update(s), this may or may not be safe to run. Use with extreme caution.
##Features
- Catches visible pokemon
- Supports both Ptc & Google Authentication
- Transfers lowest levels of pokemon
- Tags pokestops when in range
- Traverses a set of nodes returned from Google's Directions API
- Auto evolving when able.
- Hatches eggs
- Egg 'cracking' - (hatching an egg? look at our wiki)
- Notifications
###Release You can download the release from the Releases tab, only requirement is Java 8. Instructions can be found on that page.
Usage
- Clone this repo
- Rename
config.properties.templatetoconfig.properties - Add your PTC/Google username, password, speed, preferred-ball and starting location.
- Obtain a Google Map's API key from https://developers.google.com/maps/documentation/javascript/get-api-key (For direction use).
- Compile and Run
PokeMate.java. Orjava -jar Pokemate.jarfrom the jar.
Planned Features
- User Interface improvments

##Slack
Come join us on slack! 
Credits
- https://github.com/jabbink/PokemonGoBot
- https://github.com/Grover-c13/PokeGOAPI-Java
- https://github.com/mjmfighter/pokemon-go-bot/blob/master/src/main/java/com/mjmfighter/pogobot/LocationWalker.java