Skip to content

cli tool to check if your favorite twitch streamers are online.

License

Notifications You must be signed in to change notification settings

andresterba/streamstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamstatus

Go Report Card

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.

Installation

Usage

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

Run

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 codeto see all streamers in this category.

~ streamstatus filter code
Your streams are currently :
[ 0] Adam13531        code   online

More

Checkout streamstatus --help to learn about all other commands.