All Projects → snaverm → Pokemon-Go-Rocket-API

snaverm / Pokemon-Go-Rocket-API

Licence: other
Client API library for Pokemon Go in C#

Programming Languages

C#
18002 projects
Protocol Buffer
295 projects

Pokemon-Go-Rocket-API

Pokemon Go Client API Library in C#

Example:

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

await client.LoginPtc("FeroxRev", "Sekret");
//await client.LoginGoogle(Settings.DeviceId, Settings.Email, Settings.LongDurationToken);
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);

Features

#PTC Login / Google last part
#Get Map Objects and Inventory
#Search for gyms/pokestops/spawns
#Farm pokestops
#Farm all pokemons in neighbourhood

Todo

#Gotta catch them all
#Map Enums
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].