Skip to content

nesttle/Pokemon-Go-Rocket-API

 
 

Repository files navigation

Pokemon-Go-Rocket-API

alt tag

A Pokemon Go bot in C#

Features

  • PTC Login / Google
  • Get Map Objects and Inventory
  • Search for gyms/pokestops/spawns
  • Farm pokestops
  • Farm all pokemons in neighbourhood
  • Evolve pokemons
  • Transfer pokemons
  • Auto Updates

Getting Started

Go to PokemonGo\RocketAPI\Console\App.config -> Edit the Settings you like -> Build and Run (CTRL+F5)

Transfer Types

The most popular option is probably the duplicate type that removes all duplicates and leaves you one pokemon of each type with the highest CP.

  • none - disables transferring
  • cp - transfers all pokemon below the CP threshold in the app.config, EXCEPT for those types specified in program.cs in TransferAllWeakPokemon
  • leaveStrongest - transfers all but the highest CP pokemon of each type SPECIFIED IN program.cs in TransferAllButStrongestUnwantedPokemon (those that aren't specified are untouched)
  • duplicate - same as above but for all pokemon (no need to specify type)
  • all - transfers all pokemon

About

Modified Version of NecronomiconCoding's version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.8%
  • Protocol Buffer 3.2%