Skip to content

JonathanGzzBen/streamerslive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamerslive

streamerslive is a command-line tool that will allow you to register Twitch or Youtube channels, so you can check which of them are streaming at the moment.

Also, streamerslive is a Go library that will allow you to check if a streaming channel is live, and get information about the stream and the channel.

Installation

You can grab a binary from releases.

Commands

add

Adds channels with the provided URLs to the list displayed by list. Multiple URLs are divided by one or more spaces.

streamerslive add https://www.twitch.tv/harukakaribu https://www.twitch.tv/gamesdonequick https://www.youtube.com/channel/UCPZgBtMYoFKypEG2SCvBN9A

list

Displays saved streaming channels.

$ streamerslive list
+----+----------------+--------------------------------+
| ID |    CHANNEL     |          STREAM TITLE          |
+----+----------------+--------------------------------+
|  1 | arikacaribu    |                                |
|  2 | gamesdonequick | Awesome Games Done Quick 2021  |
|    |                | Online - Benefiting Prevent    |
|    |                | Cancer Foundation - Pokémon    |
|    |                | Platinum                       |
|  3 | rosedoodle     | 🌸「 😳 welcome to the COMFY   |
|    |                | zone 🌹💖|| beepu beepu!       |
|    |                | ✨」🌸【VTuber】               |
+----+----------------+--------------------------------+

remove

Removes a channel from list.

$ streamerslive remove 3
rosedoodle removed

watch

Opens stream in default browser.

streamerslive watch 2

About

A tool to let you check which of your favorite streamers are streaming at the moment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages