Script to fuzzy select a channel, update the twt config, stream video and chatter #186
Replies: 4 comments 14 replies
-
I'd like to eventually use the API to get a list of channels I'm following that are active and live. Currently I pop into my browser first to see what's streaming. |
Beta Was this translation helpful? Give feedback.
-
The main branch currently implements storage, so items such as previous mentions, and switched-to channels are stored in a JSON file. This allows the user to hit Same goes for mentions. |
Beta Was this translation helpful? Give feedback.
-
Hey @shmup, been a while. There have been many changes to this project, mostly including the backend for UI creation/handling, and improvements upon the storage of recent actions by the user (channel switching, mentions, etc). I realize that your script has a hard-coded list of channels, but I think this could be improved upon. Since there's a dashboard now, it's possible for the user to have a default set of channels they can select from using the Along with this, there is a Any thoughts on these ideas? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Managing and interacting with the user's follower list is being done in #419. I'll close this for the time being. |
Beta Was this translation helpful? Give feedback.
-
Howdy everyone! I wanted to share a script that works for my process. I save this script as
twitch
.In a nutshell:
twitch
and choose a channel using fzy as a fuzzy filter.$HOME/.config/twt/config.toml
channel with the selection.twitch.tv/<selection>
using streamlink and mpv.twt
to peep the chatter.Screenshot and a shell demo. Pretend you can see the video opening. 😇
Beta Was this translation helpful? Give feedback.
All reactions