issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link
gdscript godot-plugin twitchdev

GIFT

Godot IRC For Twitch addon

To use this plugin, you need to create a new application on dev.twitch.tv to get a client ID and possibly a client secret (depending on which authentication method you choose). The redirect URL of your App has to be http://localhost:18297 or the URL you specify in the RedirectingFlow constructor.

If you require help, feel free to join my >Discord Server< and ask your questions <3

Below is a working example of this plugin, which is included in this project. A replication of the twitch chat. Most information about the Twitch API can be found in the official documentation.

Example.gd

image

Utility Classes


CommandData

Data required to store, execute and handle commands properly.

CommandInfo

Info about the command that was executed.

SenderData

Data of the sender