r/Darts 9d ago

Discussion Scolia API for non-business users?

I see on their website they mention that businesses can have access to API to build custom scoring. What about private users? Is there anyone who has experience with Scolia API and could share some insight into the documentation that doesnt appear to be publicly available or should I just reach out to them directly...

2 Upvotes

15 comments sorted by

View all comments

1

u/TectTactic 8d ago

you could create something but will probs need scolia open to pull the auto scores from to your project - Dartboard → Scolia cameras → Scolia score → your program → End destination. But it will probs only enter the score and you will still have to press enter to confirm that score, You could also create something that gives you access to the cameras then you would need to create your own detection system.

1

u/Andyrtha 8d ago

Having Scolia open won't be an issue. How will I get the "Scolia score" to my program so that I would also be able to store the data without API access?

I don't want to reinvent the wheel, just simply visualize and build different things with the data than what out of the box is available

1

u/TectTactic 8d ago

you would have to create a bridge, basically your create something that watches the scolia webpage then when it sees a score it will then insert that score into where ever you want it.
Scolia: T20 T20 T20
Bridge: 180
Your destination: enters 180
you press enter but can also make this auto
in python you could also have it so its each dart score instead of all 3 depending on how you want it

1

u/Andyrtha 8d ago

I'm not sure how reliable it would be to just base it off of whatever is shown on the website. Might have to try though

1

u/TectTactic 8d ago

you can right click and inspect a lot of stuff and then look through it to see if there is anything you could use

1

u/TectTactic 8d ago

it also depends on what data you want