AutoDarts .NET

Published on Tuesday 23 September 2025

Having upgraded my 🏷️darts setup of course I wanted to build a tool around it, so I looked into an auto scoring system and found AutoDarts which has an API!

There are already some awesome libraries/tools written by @lbormann:

Other

But of course I couldn't help myself, I asked GitHub Copilot to build my own .NET Library.

The AutoDarts .NET library is an unofficial implementation for interacting with the AutoDarts web API and WebSocket. This library is designed to provide a convenient way to integrate AutoDarts functionality into .NET applications. It supports asynchronous operations to handle real-time updates via WebSocket.

As with most of these hobby projects I get distracted with another shiny thing and am yet to review the output of the initial PR.

Project