Keepo is a small software to gather Twitch IRC chat entries and put them in a Redis storage backend.
Compile:
mvn clean install
Launch the application with Java 8:
java -jar keepo-<VERSION>.jar imaqtpie
The key-value store is organized like this:
- Key : [channel]::[username]::[uuid]
- Value : message content
- Launch the redis storage backend:
./redis-docker.sh
- Hack keepo
- Launch the application with arguments from eclipse