pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit fc789df82f9709d9d0c00afcad0a13684202ece0
parent 64312f8fae8226c34f16978df0bfea9c4c43ebd5
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 14 Feb 2026 18:47:20 +0100

feat: add some about information

Diffstat:
Mindex.php | 60++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php @@ -180,6 +180,66 @@ ?> + <footer> + <h3 id="about">About</h3> + <details> + <summary>What is this?</summary> + <p> + This web-application is a way to <em>follow</em> Twitch-Channels, + without using either the Twitch.tv website directly or requiring a + twitch account. + </p> + <p> + Instead, this utility uses simple polling techniques in order to check, + which of the specified Twitch-Channels are currently online and + streaming. Simply insert a comma-separated list of twitch-usernames in + the form at the top of the page and click "save". + </p> + <p> + For each channel, the current online-status is checked periodically + every 15 minutes. All online users are then served on this page as a + simple list, including the current stream title and the stream thumbnail + image directly from twitch.tv. You can click the thumbnail of a + stream-preview to start playback. This will embed the livestream + directly, i.e. your browser will connect to twitch.tv + </p> + </details> + <details> + <summary>How can I contribute?</summary> + <p> + All development happens at + <a href="https://src.jayvii.de/pub/tw2html/" target="_blank"> + src.jayvii.de/pub/tw2html + </a>. If you want to contribute or would like to self-host tw2html, + please head over there. + </p> + </details> + <details> + <summary>Privacy Statement</summary> + <p> + Besides Access Information, no information of site visitors are + collected. + </p> + <p> + When submitting a list of twitch-channels in the form, a cookie storing + that list is set, so the service knows which channels to poll. Set + cookies are not part of the collected access information and are not + analysed. + </p> + <p> + Polling the online-status of channels, starting to watch a channel’s + livestream or opening the “Chat” box is done client-side. Your browser + will directly connect to www.twitch.tv, thereby transfering your IP + address as well as potentially other data, leaked by your webbrowser. + You can find <a href="https://www.twitch.tv/privacy" target="_blank"> + Twitch’s privacy policy here + </a>. + </p> + <p> + No other data is shared with anyone. + </p> + </footer> + </body> </html>