github

NecronomiconCoding / NecroBot

  • воскресенье, 24 июля 2016 г. в 03:12:19
https://github.com/NecronomiconCoding/NecroBot

C#
a Pokemon Go Bot based on Rocket API



Pokemon Go Bot based on FeroxRevs API


alt text The contents of this repo are a proof of concept and are for educational use only alt text

Table of Contents


Chat

Chatting about this Repository can be done on our Discord: https://discord.gg/VsVrjgr
Please keep your conversations in the designated channels.



Donating


Feel free to buy us all a beer, by using PayPal:

Donate

[ all PayPal donations are distributed amongst our most active collaborators ]

Donate Bitcoins to FeroxRev (the API library developer): 1ExYxfBb5cERHyAfqtFscJW7vm2vWBbL3e


Features

  • [PTC Login / Google]
  • [Get Map Objects and Inventory]
  • [Search for gyms/pokestops/spawns]
  • [Farm pokestops]
  • [Farm all Pokemon in neighbourhood]
  • [Throw Berries/use best pokeball]
  • [Transfers duplicate pokemons]
  • [Evolve all pokemons]
  • [Throws away unneeded items]
  • [Humanlike Walking]


Screenshots


- coming soon -

Getting Started

Note: You will need some basic Computer Expierience.
Need help? Join the Chat! The Issue Tracker is not for help!

Installation & Configuration


  1. Download and Install Visual Studio 2015
  2. Download this Repository
  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
  6. Select the AuthType (Google or Ptc for Pokémon Trainer Club)
  7. If selected Ptc , enter the Username and Password of your Account
  8. Right click on "PokemonGo.RocketAPI.Console" and Set it as Startup Project
  9. Press CTRL + F5 and follow the Instructions
  10. Have fun!

Changing Location of the Bot


  1. Get new latitude and longitude
  2. Delete Coords.txt from folder PokemonGo.RocketAPI.Console\bin\Debug\
  3. Change the value of DefaultLatitude and DefaultLongitude in UserSettings.settings
  4. Compile and run (CTRL + F5)


License


This Project is licensed as GNU (GNU GENERAL PUBLIC LICENSE v3)
You can find all necessary Information HERE



Credits


Thanks to Feroxs' hard work on the API & Console we are able to manage something like this.
Without him, this would not have been available. <3
Thanks to everyone who voluntaired by contributing to the Pull Requests!