Skip to content

iAnatoly/Legacy-Pokemon-Go-Bot

 
 

Repository files navigation

Pokemon-Go-Rocket-API

Disclaimer:

Pokemon Go Client API Library in C#

Example:

var client = new Client(Settings.DefaultLatitude, Settings.DefaultLongitude);

await client.LoginPtc("FeroxRev", "Sekret");
var serverResponse = await client.GetServer();
var profile = await client.GetProfile();
var settings = await client.GetSettings();
var mapObjects = await client.GetMapObjects();
var inventory = await client.GetInventory();

await ExecuteFarmingPokestops(client);
await ExecuteCatchAllNearbyPokemons(client);

About

Client API library for Pokemon Go in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.7%
  • Protocol Buffer 3.3%