JayVii

I wrote a rather simple #PHP-Onepager that checks the online-status of various #Twitch Channels provided in a simple text file and creates a Stream-feed where you can either watch the stream directly (via iframe embedding), open twitch.tv, watch via streamlink (if installed on your computer) or simply open the chat.

The Feed consists of online-status, preview image, stream description and currently played game.

All with pure PHP and without the Twitch API (and without a Twitch-Account...) just by very simple scraping techniques. Only downside: Each check takes around 1 second per stream, so if you want to follow many streamers, polling may take a while. Has automatic bright and dark mode as well as a webmanifest for PWAs on Smartphones, etc.

Debating whether to publish this little PHP script on codeberg? Here's a preview:

Preview of a simple Twitch Web-App