/Account-Manager

Account Manager forked GoManager Version

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Account Manager forked GoManager Version

Build status Github All Releases GitHub license Waffle.io - Columns and their card count Donate Discord

POGOLib.Core NuGet - POGOProtos.Core NuGet

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

Account Manager is now compatible with 0.91.2 API.

Account Manager itself is free but now you will need to purchase an API key to run the bot.
See https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer for pricing for API keys.

Stories in Ready

Download

Download the bot from the release tab.

Dependencies

  • Microsoft .NET 4.5 SDK
  • Windows 7/8/8.1/10 (x86 or x64)
  • PogoDev ApiKey valid to get one here Buy

Developers and Contributors

Requirements

To contribute to development, you will need to download and install the required software first.

  • Git
  • Visual Studio 2017 - We are using C# 7.0 code so Visual Studio 2017 is required to compile. Visual Studio 2015 or older will not be able to compile the code.
  • .NET 4.7 SDK

Cloning Source Code

Next, you need to get the source code. This source code repository uses git submodules. So when you clone the source code, you will need to clone recursively:

git clone --recursive https://github.com/Furtif/Account-Manager.git

Or if you already cloned without the recursive option, you can update the submodules by running:

git clone --recursive https://github.com/Furtif/Account-Manager.git
cd Account-Manager
git submodule update --init --recursive

You can contribute in many ways, here are some that you can do to help the project out!

Join discord channel and help answer questions

We have more and more users everyday, so we have a lot of questions from new users who haven't fully understand how the bot works yet. If you want to help them out, join our official discord channel :)

Answer questions

Same as above, you can help by answering questions in the issues tab!

Report bugs

Report bugs you found in issues.
In order to help us fix the problem, please take a screenshot of the error you get and also attach your log file (under the Logs folder) as well. Add [Bug] to the title to help us quickly identify the category of the issue.

Suggestions/ideas

Tell us what you think we can do better in issues.
Give detailed discription to help us understand what you are looking for. Add [Suggestion] to the title to help us quickly identify the category of the issue. Your suggestion might not be accept, but hey, maybe we will accept your suggestion next time! :)

Legal Disclaimer

This Website and Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by ANYONE. This is an independent and unofficial project for educational use ONLY. Do not use for any other purpose than education, testing and research.

Using this project for anything other than education, testing or research is not advised.

This is not a public release, just a project with releases for code testers for education and research on any privacy issues for the end user.

A Pokémon Go bot in C#

Credits