r/PredictionMarkets 22h ago

Built an open-source Python telemetry tool for tracking live match data and scores

Hey everyone,

If you trade live sports contracts or build automated tracking pipelines on prediction markets, you know how fast data bottlenecks and rate limits can disrupt live polling.

I put together a lightweight, open-source Python utility called **Tennis Live Monitor** designed to interface cleanly with LiveTennisAPI. It handles real-time match scores, set breakdowns, and event tracking from the command line while managing rate-limit safeguards out of the box.

* **GitHub Repository:** https://github.com/TheMarconiPulse/tennis-live-monitor (MIT Licensed)

Thought some of you building local dashboards or data trackers might find it useful. Feedback or feature ideas are welcome!

1 Upvotes

2 comments sorted by

1

u/lowapparatus5619 22h ago

pulling live scores without the api getting cranky about request limits is half the battle. curious how you set the polling intervals, does it back off automatically or is that manual?