Necrobot2 itself is free but now you will need to purchase an API key from Bossland in order to run the bot.
See https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer for pricing for API keys.
The contents of this repo are a proof of concept and are for educational use only
- Electron Web UI App
- All in One Windows GUI App
- Console App
Please visit our website http://necrobot2.com to find some tips for setup and running.
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 VS 2017 is required to compile. VS 2015 or older will not be able to compile the code.
- .NET 4.7 SDK
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/Necrobot-Private/NecroBot.git
Or if you already cloned without the recursive option, you can update the submodules by running:
git clone --recursive https://github.com/Necrobot-Private/NecroBot.git
cd NecroBot
git submodule update --init --recursive
NecroBot uses DotNetBrowser http://www.teamdev.com/dotnetbrowser, which is a proprietary software. The use of DotNetBrowser is governed by DotNetBrowser Product Licence Agreement http://www.teamdev.com/jxbrowser-licence-agreement. If you would like to use DotNetBrowser in your development, please contact TeamDev.
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.
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.