Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onoderis/failchat
failchat is a desktop application for streamers that aggregates chat messages from multiple streaming platforms, displays viewer count, and more
https://github.com/onoderis/failchat
chat goodgame javafx-application linux livestream macos multichat peka2tv twitch windows youtube youtube-stream
Last synced: 2 months ago
JSON representation
failchat is a desktop application for streamers that aggregates chat messages from multiple streaming platforms, displays viewer count, and more
- Host: GitHub
- URL: https://github.com/onoderis/failchat
- Owner: onoderis
- License: gpl-3.0
- Created: 2015-07-07T11:46:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T16:12:13.000Z (4 months ago)
- Last Synced: 2024-09-30T03:22:58.519Z (3 months ago)
- Topics: chat, goodgame, javafx-application, linux, livestream, macos, multichat, peka2tv, twitch, windows, youtube, youtube-stream
- Language: Kotlin
- Homepage: https://onoderis.github.io/failchat/
- Size: 1.46 MB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Failchat is a desktop application for streamers. It aggregates chat messages from multiple sources, shows you viewer count, etc.
Detailed description could be found [on the site](https://onoderis.github.io/failchat/).### Requirements
Java 11 with bundled JavaFX. [Liberica JDK](https://bell-sw.com/pages/downloads/#/java-11-lts) is recommended.### Before you build
Create file `src/main/resources/config/private.properties` with the following properties and replace the values:
```properties
twitch.bot-name = BOT_NAME
twitch.bot-password = BOT_PASSWORD (has prefix "oauth:")
twitch.client-id = API_TOKEN
twitch.client-secret = CLIENT_SECRET
```