Sanderling is a framework that helps you create and run eve online bots.
- safe: does not inject into or write to the eve online client. That is why using it with eve online is not detectable.
- accurate & robust: Sanderling uses memory reading to retrieve information about the game state. In contrast to screen scraping, this approach won't be thrown off by a noisy background or non-default UI settings.
- easy to use: You will achieve quick results with the integrated script engine and API explorer.
- comprehensive: Sanderling is used to build mining, trading, mission running and anomaly ratting bots.
- the application requires Microsoft .NET Framework 4.6.1 which can be downloaded from https://www.microsoft.com/download/details.aspx?id=49982.
Download the latest release from the release section.
The source code uses C# 7 features. It is recommended to use Visual Studio version 2017 or newer for building.
Spotted a bug or have a feature request? File an issue here or at the forum.
See the Contributing Guide
Got a question or need help with the development of your bot? Leave a message at http://forum.botengine.de/c/botting/eve-online.