livestreamer-twitch-followed

1.3.0 • Public • Published

Build Status

livestreamer-twitch-followed

CLI app to start livestreamer on a live stream you follow

Install it globally with npm install -g livestreamer-twitch-followed, then use lstf to start it.

⚠️ Livestreamer is required for this to have any effect ⚠️

If you just want a fast way to open up a Twitch channel in Livestreamer, I recommend you create an alias as demonstrated below.

function lst() {
  if [ "$2" ]
  then
    quality=$2
  else
    quality="best"
  fi
 
  livestreamer twitch.tv/"$1" "$quality"
}

Package Sidebar

Install

npm i livestreamer-twitch-followed

Weekly Downloads

1

Version

1.3.0

License

ISC

Last publish

Collaborators

  • skiant