twitch-interface.html - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
twitch-interface.html (3010B)
---
1 <!DOCTYPE html>
2 <html dir="ltr" lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <meta http-equiv="Content-Language" content="en" />
6 <meta name="viewport" content="width=device-width" />
7 <meta name="keywords" content="twitch, api, C, cgi, gopher" />
8 <meta name="description" content="twitch: application to watch Twitch streams" />
9 <meta name="author" content="Hiltjo" />
10 <meta name="generator" content="Static content generated using saait: https://codemadness.org/saait.html" />
11 <title>twitch: application to watch Twitch streams - Codemadness</title>
12 <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
13 <link rel="stylesheet" href="print.css" type="text/css" media="print" />
14 <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
15 <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Codemadness Atom Feed with content" />
16 <link rel="icon" href="/favicon.png" type="image/png" />
17 </head>
18 <body>
19 <nav id="menuwrap">
20 <table id="menu" width="100%" border="0">
21 <tr>
22 <td id="links" align="left">
23 <a href="index.html">Blog</a> |
24 <a href="/git/" title="Git repository with some of my projects">Git</a> |
25 <a href="/releases/">Releases</a> |
26 <a href="gopher://codemadness.org">Gopherhole</a>
27 </td>
28 <td id="links-contact" align="right">
29 <span class="hidden"> | </span>
30 <a href="feeds.html">Feeds</a> |
31 <a href="pgp.asc">PGP</a> |
32 <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
33 </td>
34 </tr>
35 </table>
36 </nav>
37 <hr class="hidden" />
38 <main id="mainwrap">
39 <div id="main">
40 <article>
41 <header>
42 <h1>twitch: application to watch Twitch streams</h1>
43 <p>
44 <strong>Last modification on </strong> <time>2020-12-14</time>
45 </p>
46 </header>
47
48 <p><strong>Update: as of 2020-05-06:</strong> I stopped maintaining it.
49 Twitch now requires OAUTH and 2-factor authentication. It requires me to expose
50 personal information such as my phone number.</p>
51 <p><strong>Update: as of ~2020-01-03:</strong> I rewrote this application from Golang to C.
52 The Twitch Kraken API used by the Golang version was deprecated. It was
53 rewritten to use the Helix API.</p>
54 <p>This program/script allows to view streams in your own video player like so the
55 bloated Twitch interface is not needed. It is written in C.</p>
56 <h2>Features</h2>
57 <ul>
58 <li>No Javascript, cookies, CSS optional.</li>
59 <li>Works well in all browsers, including text-based ones.</li>
60 <li>Has a HTTP CGI and Gopher CGI version.</li>
61 <li>Atom feed for VODs.</li>
62 </ul>
63 <h2>Clone</h2>
64 <pre><code>git clone git://git.codemadness.org/frontends
65 </code></pre>
66 <h2>Browse</h2>
67 <p>You can browse the source-code at:</p>
68 <ul>
69 <li><a href="https://git.codemadness.org/frontends/">https://git.codemadness.org/frontends/</a></li>
70 <li><a href="gopher://codemadness.org/1/git/frontends">gopher://codemadness.org/1/git/frontends</a></li>
71 </ul>
72
73 </article>
74 </div>
75 </main>
76 </body>
77 </html>