diff --git a/README.md b/README.md index 8f52ec130..177e9bf68 100644 --- a/README.md +++ b/README.md @@ -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.** @@ -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) @@ -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!