27 lines
686 B
Markdown
27 lines
686 B
Markdown
# TwitchAPI
|
|
|
|
[](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.
|