Skip to content

A TUI to watch VODs and lives of streamers of Kick, YouTube, and Twitch.

Notifications You must be signed in to change notification settings

rodrigo-sys/twc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twc

vods

Overview

TWC is a TUI application that allows you to watch 🍿 VODs and live streams from your favorite streamers of Kick Description, YouTube Description, and Twitch Description. Upon launching 🚀 , you'll be greeted with a menu displaying a list of channels 📺, enabling you to view previous streams ⏪ or watch their current live broadcasts 📡 in a local video player 🎬, along with the official pop-out chat 🗨 or a custom chat client 💬.

Installation

requirements

mpv
sudo apt install mpv -y
sudo pacman -S mpv --noconfirm
yt-dlp
sudo apt install yt-dlp -y
sudo pacman -S yt-dlp --noconfirm
stealth-cli (for kick support)
sudo apt install npm -y
npm install -g 'https://github.com/rodrigo-sys/stealth-cli'
sudo pacman -S npm --noconfirm
npm install -g 'https://github.com/rodrigo-sys/stealth-cli'
go
sudo apt install golang -y
sudo pacman -S go --noconfirm

the program

go install 'https://github.com/rodrigo-sys/twc'

Usage

twc # to open the user interface

navigation
j next item
k previous item
l select current item
h go back to main menu

current behaviour
when you select an item

  • If the channel is live, it will open the stream in mpv and the chat in the official pop-out.
  • If the channel is offline, it will open a menu displaying their VODs.

flags

Usage of twc:
  -e	open channels file in default text editor
  -o string
    	open channel
  -v string
    	view vods of channel

examples:

twc -o 'Markiplier youtube' # open live stream
twc -v 'Ninja twitch' # open VODs menu

# you can omit the platform if the channels is in your channels file
twc -o xQc 
twc -v Asmongold

🚧 Work in Progress 🚧

This README is still being developed. Please check back later for more information.

About

A TUI to watch VODs and lives of streamers of Kick, YouTube, and Twitch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages