twitcher
twitcher copied to clipboard
Full Twitch Library for Godot
`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
- [x] Window Created - [ ] Idea: Add simple presets for Scopes like: Chat App, Basic Events[Follower, Subscriber, Bits] any other Ideas?
Remove Cached items like - Badges - Emotes - Auth Maybe as Toolbar Item like Regenerate Rest button?
- [x] TwitchService - [ ] HttpClientManager
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...
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:...
Find an Idea how to support multiple accounts at all. Any Ideas are welcome!
just disconnect everything so another user can connect. ``` TwitchService.unsetup() or TwitchService.destroy() ```