twitcher icon indicating copy to clipboard operation
twitcher copied to clipboard

Full Twitch Library for Godot

Results 31 twitcher issues
Sort by recently updated
recently updated
newest added

`func prepare_message(message: String, parent: RichTextLabel) -> String:` `...` ` var tex = resource.get_frame_texture("default", 0;` `...` return null instance when message is send by an user with chat badges

Seems this one not documented but there should be a JOIN message in IRC

enhancement
good first issue

- [x] Window Created - [ ] Idea: Add simple presets for Scopes like: Chat App, Basic Events[Follower, Subscriber, Bits] any other Ideas?

enhancement

Remove Cached items like - Badges - Emotes - Auth Maybe as Toolbar Item like Regenerate Rest button?

enhancement
good first issue

Twitcher needs it's own setting file for the credentials. They getting currently stored unencrypted in the project file that is in the root folder of the project. And people could...

bug

Currently the code uses the same regex multiple times: ```gd func get_authorization_host() -> String: var matches = url_regex.search(authorization_url) if matches == null: return "" return matches.get_string(1) func get_authorization_path() -> String:...

enhancement
good first issue

Find an Idea how to support multiple accounts at all. Any Ideas are welcome!

enhancement
help wanted

just disconnect everything so another user can connect. ``` TwitchService.unsetup() or TwitchService.destroy() ```

enhancement

https://dev.twitch.tv/docs/authentication/revoke-tokens/

enhancement
good first issue