Files
TwitchAPI/README.md
T
2026-08-09 17:34:39 +02:00

27 lines
686 B
Markdown

# TwitchAPI
[![Build](https://git.softwarerat.com/zlaura/TwitchAPI/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/TwitchAPI/actions)
A Java library wrapping [twitch4j](https://github.com/twitch4j/twitch4j) to connect Minecraft servers to Twitch chat — chat event handling and chat-based voting (`ChatVote`/`Vote`), for streamer-interactive gameplay.
## Requirements
- Java 18
- Maven
## Dependencies
- `com.github.twitch4j:twitch4j`
- `com.fasterxml.jackson.core:jackson-databind`
- Lombok
## Building
```bash
mvn -B package
```
## License
No license file is present in this repository; all rights reserved by the author unless stated otherwise.