https://github.com/lnus/twitch-chat-tui
https://github.com/lnus/twitch-chat-tui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lnus/twitch-chat-tui
- Owner: lnus
- Created: 2024-05-12T22:27:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T03:33:42.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:39:47.842Z (over 1 year ago)
- Language: Go
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitch tui chat thing
## TODO
- [ ] Rework how rendering works
Probably follow the "chat" example from [Bubbletea examples](https://github.com/charmbracelet/bubbletea/tree/master/examples/chat)
Not sure how to combine it with real-time updates, but life finds a way.
- [x] Add a way to change channels
- [x] Manage multiple channels at the same time (tabs?)
- [ ] Store chat logs?
- [x] Allow for further scrolling
- [ ] Add authentication feature
- [ ] Add a way to send messages