twitch-rss

command module
v0.0.0-...-b958233 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2023 License: MIT Imports: 10 Imported by: 0

README

* twitch-rss

returns a RSS feed from a Twitch category. Intented to be use with newsboat.

** Usage

*** Credentials

Place the =twitch-rss= binary on the same folder than a file called =twitch-rss.secret= that has your own:

- <Client ID> on the first line
- <Client Secret> on the second line

See [[https://dev.twitch.tv/docs/authentication#registration][Twitch API Documentation]] to obtain them

*** Execution

This will return 20 entries from the category "Software and Game Development"

#+begin_src
$ ./twitch-rss -n 20 "Software and Game Development"
#+end_src

*** Filtering

I personally filter out entries on my RSS reader. On *newsboat* I added something like this to only get streams from =lisp= and =golang=:

#+begin_src
ignore-mode    "download"
ignore-article "exec:~/.newsboat/feeds/twitch-rss -n 50 'Software and Game Development'" "title !~ \"lisp\" and title !~ \"golang\""
#+end_src

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL