Engineered an interactive live-streaming game for TikTok Live that processes user commentary in real time without relying on traditional video streams. Built using Python, the system captures screen interactions and streams dynamic visual updates to viewers.
Technical Implementation
The platform listens to live comment feeds using API sockets, parsing viewer responses against current quiz challenges and image puzzles. System mechanics track usernames, profile images, and precise response latency.
Real-Time Leaderboard Engine
Responses are scored instantaneously. The fastest correct answers render live on screen alongside player profile pictures, maintaining an active top-five leaderboard that drives viewer competition and stream retention.
This project highlights real-time data ingestion, event-driven socket handling, and social media API integration to create low-latency interactive media.