Skip to content

twitch4j/streamlabs4j

Repository files navigation

Streamlabs4J - Streamlabs API Client

Support:

Discord Server

Twitch API Server

Badges:

Stable Alpha pipeline status Docs


A quick note:

This project provides multiple standalone modules you can use to interact with twitch and related services.

Quick Start

Check out the Documentation!

Dependency

Maven:

<dependency>
  <groupId>io.github.twitch4j.streamlabs4j</groupId>
  <artifactId>streamlabs4j</artifactId>
  <version>0.9.0</version>
</dependency>

Gradle:

implementation 'io.github.twitch4j.streamlabs4j:streamlabs4j:0.9.0'

Features

Shared

Project

  • Authentication
  • REST

Problems

If you have problems using Streamlabs4J, then you are welcome to join the discord server to talk about it.

If you discover any issues/have feature requests, then please open an issue here.

License

Released under the MIT license.