/
Library and API to manage abstract integrations via observer patterns and callbacks.
This library has okhttp3, java_websocket and SocketIO-client bundled so there is no need to install them separately.
Right now library has implementations for Twitch Integration and Donation Alerts Integration (both Centrifugo and SocketIO versions), you can use it from the get go. If you need another service - you can easily create one yourself by using abstract classes from the lib (check out TwitchIntegrationImpl as example). There might be more implementations for other popular services in the future.

Library and API to manage abstract integrations via observer patterns and callbacks. Twitch and DonationAlerts integrations bundled!