💾 Archived View for ait.place › twitch.gmi captured on 2022-07-16 at 13:28:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Ever wanted to see who is live on twitch but you do not want to either create a account or login to twitch.
/dot/bin/.local/bin/twitch-get.txt
Much like dmenu it takes input from standard input. If you just want to have a list of the top streamers do:
$ echo "" | twitch-get
You can also go into the script and give it a list of streamers separated into new lines. When you are done simply do CTRL+d.
$ twitch-get riotgames <CTRL+d>
I use this script in combination with a dmenu script that displays the result in a selectable list.