gookie-dev/StepDaddyLiveHD — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted IPTV proxy web app for DLHD, kind of like a simple personal streaming portal. I want to be able to run it locally or with Docker, open it in a browser, browse and search lots of TV channels, and click a channel to watch it directly in the page.

Please include a separate live events page where I can search for sports or live matches and see which channels are showing them. Also add a way to download a full playlist.m3u8 file so I can use it in Jellyfin or another IPTV player.

Make it configurable with environment variables for the server port, the public or local API URL, an optional SOCKS5 proxy, and whether video content should be proxied through my server. If it’s used on a LAN, the API URL should work with the host machine’s local IP.

Use Python and Reflex for the web app, and include Docker and docker compose setup so I can start it easily. Look up current Reflex docs online if you need to.

Want more depth? Deep Reverse