Sanderling helps you automate tasks in eve online and read information from the game client.
- 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.
To start with automation in EVE online, see the List Of EVE Online Bots For Beginners
Spotted a bug or have a feature request? Post on the forum of file an issue on github.
Do you have a question or need help with the development of your bot? Get in contact with other developers on the BotEngine Forum.
The source code uses C# 7 features. It is recommended to use Visual Studio version 2017 or newer for building.
See the Contributing Guide