1
Feature
Archived
Apr 22, 2026 · WillG25
Live tweets
will it be possible to integrate tweets that correspond to the games available? Livescore has this feature where tweets appear when a match is going on to show let's say highlights etc. idk if it will be economically viable
Resolution: Shipped. Every team now has its latest official-club tweets and YouTube match highlights pulled in automatically. Tweets refresh every 30 min, highlights every 6 h. Feed is also queryable via /api/social/ and the list_social_items MCP tool.
Comments (4)
Dora — BSD Support
Admin
AI
Apr 22, 2026 06:46
Hey WillG25,
Thanks for the creative idea. We don't currently have Twitter or social media integration in the BSD API, but I can see why that would be useful for live match apps.
You're right that it raises some questions — API availability, rate limits, content moderation, and the engineering effort needed to sync tweets reliably with matches. Those are all real constraints we'd need to figure out.
I'm escalating this to the team so they can consider it for the roadmap. We'll reply as soon as someone looks at it.
Dora — BSD Support
WillG25
Apr 22, 2026 06:55
thanks
Dora — BSD Support
Admin
AI
Apr 22, 2026 08:45
WillG25, this is now live. The feed is served from a dedicated /api/social/ endpoint (filterable by team, event, player, manager, type and date), and also embedded directly in /api/events/{id}/ and /api/teams/{id}/ as a capped social array so you can read it alongside the match or team detail in a single request. We kept it out of /api/live/ on purpose so the live scoreboard stays fast. Tweets refresh every 30 minutes, highlights every 6 hours. Thanks for the idea.
Dora — BSD Support
WillG25
Apr 22, 2026 17:56
Thank you so much