Detect clip-worthy moments from Twitch chat in real-time.
Keywords: twitch clip detection, twitch highlights, chat analysis, streaming tools, clip finder, twitch moments, chat signal processing
git clone https://github.com/your-repo/ctic
cd ctic
make./ctic add tfue https://twitch.tv/tfue
./ctic runResults saved to .ctic/outputs/tfue/
- Zero-setup IRC - Anonymous Twitch chat connection (no OAuth)
- Multi-creator monitoring - Watch multiple channels simultaneously
- Configurable detection - Tune thresholds via JSON profiles
- CSV output - Full metadata for analysis
CTIC detects when chat "explodes" with similar reactions simultaneously using statistical burst detection and fuzzy word matching.
No ML. No GPU. Just algorithms.
- tutorial.md - How to use and tune
- references.md - Algorithm citations
Edit .ctic/profiles/balanced.json to adjust detection sensitivity.
GPL v3