Currently broken because of these changes on the Twitch API
Streamstatus is a small cli tool to check the status of your favorite twitch streamers.
-
If you are running archlinux use the AUR-package
-
If not clone this repo and build with
make build
Use streamstatus add
to add streamers or edit the configuration ~/.streamstatus
directly.
Example:
~ cat .streamstatus
demuslim sc2
basetradetv sc2
TaKeTV sc2
Lamboking sc2
Adam13531 code
Simply run streamstatus show
to see all streamers.
~ streamstatus show
Your streams are currently :
[ 0] demuslim sc2 online
[ 1] basetradetv sc2 offline
[ 2] TaKeTV sc2 online
[ 3] Lamboking sc2 offline
[ 4] Adam13531 code online
Run streamstatus
with a category filter eg. streamstatus filter code
to see all streamers in this category.
~ streamstatus filter code
Your streams are currently :
[ 0] Adam13531 code online
Checkout streamstatus --help
to learn about all other commands.