Skip to content

andlike/PokemoGoBot-GottaCatchEmAll

 
 

Repository files navigation

A Pokemon Go Bot based on FeroxRevs API

![alt text][1.1] The contents of this repo are a proof of concept and are for educational use only ![alt text][1.1] ![](https://github.com/Spegeli/Pokemon-Go-Rocket-API/blob/master/Screenshot.png) Chatting about this Repository can be done on our Discord: https://discord.gg/nJNh2PM

  • [PTC Login / Google]
  • [Humanlike Walking]
  • [Configurable Custom Pathing]
    (Speed in km/h is configurable via UserSettings)
  • [Farm Pokestops]
    (use always the nearest from the current location)
    (Optional: keep within specific MaxTravelDistanceInMeters to Start Point) (MaxTravelDistanceInMeters configurable via UserSettings)
  • [Farm all Pokemon near your]
    (Optional: PokemonsNotToCatch List. Disabled by default, can be Enabled via UserSettings, configurable Names via File in Config Folder)
  • [Evolve Pokemon]
    (Optional: Enabled by default, can be Disabled via UserSettings)
    (Optional: PokemonsToEvolve List - Only Pokemons in this List will be Evolved, configurable via File in Config Folder)
    (Optional: EvolveOnlyPokemonAboveIV - Will Evolve only Pokemon with IV > EvolveAboveIVValue, Disabled by default, can be Enabled vis UserSettings)
  • [Transfer Pokemon]
    (ignore favorite/gym marked)
    (Optional: Enabled by default, can be Disabled via UserSettings.)
    (Optional: UseTransferPokemonKeepAboveCP - Keeps all Pokemon with CP > TransferPokemonKeepAboveCP, Enabled by default, can be Disabled vis UserSettings) (Optional: UseTransferPokemonKeepAboveIV - Keeps all Pokemon with IV > TransferPokemonKeepAboveIVPercentage, Enabled by default, can be Disabled vis UserSettings) (Optional: PrioritizeIVOverCP - Determines the sorting sequence - CP or IV, Enabled by default, can be Disabled via UserSettings.)
    (Optional: TransferPokemonKeepDuplicateAmount - The amount of X best Pokemon he should keep, 2 by default, configurable via UserSettings)
    (Optional: PokemonsNotToTransfer List. Enabled by default, can be Disabled via UserSettings, configurable Names via File in Config Folder) (Optional: NotTransferPokemonsThatCanEvolve - Will keep ALL Pokemons which can be Evolve not matter if they on PokemonsToEvolve List or not, Disabled by default, can be Enabled via UserSettings)
  • [Throws away unneeded items]
    (configurable via Settings.cs)
  • [Use Lucky Eggs]
    (Disbaled by default, can be Enabled via UserSettings)
  • [Use Incense]
    (Disbaled by default, can be Enabled via UserSettings)
  • [Use best Pokeball & Berry]
    (depending on Pokemon CP and IV)
  • [Creates Excel CSV File on Startup with your current Pokemon]
    (including Number, Name, CP,IV Perfection in % and many more) (can be found in the Export Folder)
  • [Softban bypass]
  • [Log File System]
    (all activity will be tracked in a Log File)
  • [Statistic in the Header] alt tag
  • [Very color and useful Logging]
    (so you every time up2date what currently happened)
  • and many more ;-)


- coming soon -


Make sure you check out our [Wiki](https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll/wiki) to get started.
A big thank you goes to Feroxs' hard work on the API & Console. Without him, this would not have been possible. <3
Thanks to everyone who volunteered by contributing via Pull Requests! Feel free to buy us all a beer, by using PayPal:
[![](http://i.epvpimg.com/vI2ch.gif)](https://www.paypal.me/MoneyForSpegeli) OR [![](http://i.epvpimg.com/vI2ch.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YE3KBU2RGZYPY)
[ All PayPal donations are distributed amongst our most active collaborators. ]

Donate Bitcoins to FeroxRev (the API library developer): *1ExYxfBb5cERHyAfqtFscJW7vm2vWBbL3e*

About

a Pokemon Go Bot based on Rocket API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.1%
  • Protocol Buffer 2.9%