motianjun4 / Sanderling

Automate Boring Tasks In Eve Online

Home Page:http://forum.botengine.org/cat/eve-online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanderling

Sanderling helps you automate tasks in eve online and read information from the game client.

Features

  • 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.

Requirements

Getting Started

To start with automation in EVE online, see the List Of EVE Online Bots For Beginners

Feedback

Spotted a bug or have a feature request? Post on the forum of file an issue on github.

Need Help?

Do you have a question or need help with the development of your bot? Get in contact with other developers on the BotEngine Forum.

Information For Developers

Bot Creators

Bot Creator Guide

Building from source

The source code uses C# 7 features. It is recommended to use Visual Studio version 2017 or newer for building.

Contributing

See the Contributing Guide





visualization of data read from eve online client memory.

About

Automate Boring Tasks In Eve Online

http://forum.botengine.org/cat/eve-online/

License:Apache License 2.0


Languages

Language:C# 100.0%