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:
- DARTS-HUB https://github.com/lbormann/darts-hub
- DARTS-EXTERN https://github.com/lbormann/darts-extern
- DARTS-CALLER https://github.com/lbormann/darts-caller
Other
- AutoDarts Python Library https://github.com/belese/python-autodarts
- Lidarts https://github.com/mischkadb/lidarts
- autodarts-local-api https://github.com/tnolle/autodarts-local-api
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.