Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NecronomiconCoding committed Jul 22, 2016
2 parents 311407f + c2c2624 commit 6429198
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## About

Chat about this Repository via Discord: https://discord.gg/5CMa3CY
Chat about this Repository via Discord: https://discord.gg/VsVrjgr

**GitHub issues will be deleted if they are not API related.**

Expand Down Expand Up @@ -31,7 +31,7 @@ Note: You need some basic Computer Expierience, if you need help somewhere, ask


1. Download and Install [Visual Studio 2015](https://go.microsoft.com/fwlink/?LinkId=691979&clcid=0x407)
2. Download [this Repository](https://github.com/FeroxRev/Pokemon-Go-Rocket-API/archive/master.zip)
2. Download [this Repository](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/archive/master.zip)
3. Open Pokemon Go Rocket API.sln
4. On the right hand side, double click on UserSettings.settings
5. Enter the DefaultLatitude and DefaultLongitude [can be found here](http://mondeca.com/index.php/en/any-place-en)
Expand All @@ -44,26 +44,10 @@ Note: You need some basic Computer Expierience, if you need help somewhere, ask
## License
This Project is licensed as GNU (GNU GENERAL PUBLIC LICENSE v3)

You can find all necessary Information [here](https://github.com/FeroxRev/Pokemon-Go-Rocket-API/blob/master/LICENSE.md)
You can find all necessary Information [here](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/blob/master/LICENSE.md)


# Pokemon-Go-Rocket-API
Note: To use the API you have to be an experienced Developer, do not touch or modify Project Files if you are not experienced.
## Credits
Thanks to Ferox hard work on the API & Console we are able to manage something like this. Without him that would have been nothing. <3

Example:

```
var clientSettings = new Settings();
var client = new Client(_clientSettings);
await _client.DoGoogleLogin();
await _client.SetServer();
var profile = await _client.GetProfile();
var settings = await _client.GetSettings();
var mapObjects = await _client.GetMapObjects();
//Logic related methods, which you could also build yourself
await EvolveAllPokemonWithEnoughCandy();
await TransferDuplicatePokemon();
await RecycleItems();
await ExecuteFarmingPokestopsAndPokemons();
```
Thanks to everyone who contributed via Pull Requests!

0 comments on commit 6429198

Please sign in to comment.