A simple Twitch chat TUI that allows you to lurk in a channel's chat without logging in. You cannot send messages (yet?).
Disclaimer: This just a fun project to try out bubbletea and lipgloss.
- Connect to any Twitch channel anonymously.
- See the chat in your terminal.
- No login required.
To build and install the application, you need to have Go installed.
go install github.com/nextthang/lurkmode/cmd/lurkmode@latestTo start the application, run the following command:
lurkmode <channel_name>For example, to join the chat of the channel "xQc", you would run:
lurkmode xQcThis project is licensed under the MIT License. See the LICENSE file for details.