Failchat is a desktop application for streamers. It aggregates chat messages from multiple sources, shows you viewer
count, and more.
Detailed description could be found on the site.
-
Java 11 with bundled JavaFX is required. Liberica full JDK 11.0.22+12 is recommended.
-
Create a file
src/main/resources/config/private.propertieswith the following properties and replace the values:
twitch.bot-name=BOT_NAME twitch.bot-password=BOT_PASSWORD (has prefix "oauth:") twitch.client-id=API_TOKEN twitch.client-secret=CLIENT_SECRET
- In order to do
mvn packageyou have to put desired JDK tojdk/directory. See goalbuild-app-runtimein pom.xml for additional info.
./run.sh
mvn package