This project is using the fabric example mod as base: https://github.com/FabricMC/fabric-example-mod
For setup instructions please see the fabric wiki page that relates to the IDE that you are using.
Twitch4J Support:
Fabric Support:
This plugin is part of the Twitch4J API project.
To obtain a client_id
and client_secret
to populate in config.yml
, you can create an app here.
Alternatively, you can provide oauth_token
, which can be generated here if you do not wish to host the authentication process yourself.
At least one of these must be provided to interact with the Helix API, which is used to track follows and stream state.
To read chat, no token is necessary, but in order to send messages to chat, an oauth_token
with the chat:edit
scope is.
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.