~shockham/witcht

watch twitch like a heathen
fe11c11f — shockham 4 months ago
feat: add ability to read args from stdin
2e1fe0b0 — shockham 6 months ago
feat: refactor to use flags
8b6a4567 — shockham 10 months ago
fix: simplify to just changing to using https to get stream url

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~shockham/witcht
read/write
git@git.sr.ht:~shockham/witcht

You can also use your local clone with git send-email.

#witcht

Watch twitch like a heathen:

  • defaults to state of the art 480p
  • no chat

No deps aside standard lib.

#Installation

    go install .

#Run Local

To open a stream to view using mpv:

    mpv `witcht [CHANNEL NAME]`

Defaults to 480p if you want a higher quality (such as 720p60):

    mpv `witcht [CHANNEL NAME]:[QUALITY]`

#Check live streams

For a provided list of channels will print if live, stream title and the stream category/game

    witcht [LIST OF CHANNEL NAMES]

#Props

Big shout out to twire providing a solid reference for this.