Twitch tool in Go
  • Go 98.4%
  • Shell 1.6%
Find a file
Tomas Jonsson 78915b7b2b Add TUI mode and refactor codebase
- Add interactive terminal UI using Bubbletea framework
- Refactor main application logic into reusable functions
- Remove Matrix integration dependencies
- Update Go version to 1.23.0 and dependencies
- Add persistent streamer data tracking
- Support both CLI and TUI modes via command line argument

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 14:39:09 -04:00
.gitignore add gitignore 2022-10-28 15:17:03 -04:00
CLAUDE.md Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
debug_test.go Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
go.mod Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
go.sum Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
run.sh Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
streamers_data.json Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
tui.go Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
twitch.go Add TUI mode and refactor codebase 2025-08-21 14:39:09 -04:00
users.txt Some updates to match autocomplete better 2024-09-24 11:54:23 -04:00