"The command line is the front line." -- Some sysadmin somewhere
ttytube streams YouTube live chat directly to your terminal.
It remembers where you left off, handles super chats and memberships, and makes you look like you're doing something important when someone walks by.
git clone https://github.com/yourusername/ttytube.git
cd ttytube
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt