tmi
Here are 33 public repositories matching this topic...
-
Updated
Mar 30, 2021 - TypeScript
Description
The following chat events need documentation for the website:
- ChannelMessageActionEvent
- BitsBadgeEarnedEvent
- CheerEvent
- SubscriptionEvent
- GiftSubscriptionsEvent
- GiftSubUpgradeEvent
- PrimeSubUpgradeEvent
- ExtendSubscriptionEvent
- PayForwardEvent
- PrimeGiftReceivedEvent
- RewardGiftEvent
-
Updated
Mar 31, 2021 - TypeScript
Describe the bug
fdgt sends:
@emote-only=;followers-only=;r9k=;rituals=;room-id=6210de37-d0b4-457c-b0e1-bd81991bd3b8;slow=;subs-only= :tmi.twitch.tv ROOMSTATE #ogprodigy
Twitch would send:
@emote-only=0;followers-only=-1;r9k=0;rituals=0;room-id=493418343;slow=0;subs-only=0 :tmi.twitch.tv ROOMSTATE #ogprodigy
Some libraries parse tags like followers-only and `slow
-
Updated
Mar 30, 2021 - Rust
We want to add logging handlers for discord and twitch. Discord events are further on than twitch but we want to get both done. Discord events have a bunch of files added but the functions currently do nothing. For each discord event, we want to log it with a discord embed. Some events are more difficult than others so you can probably find on that is suited for your skillset.
Add more fonts
-
Updated
Mar 30, 2021 - TypeScript
There must be an awesome website for this project displaying all the features and giving links to clone this repo and steps to use it. I've deployed a Website (/website/src) here - https://twitch-live-chat-history.surge.sh
if You know You can help, Feel free to Contribute!
-
Updated
Mar 22, 2021 - PHP
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Jan 31, 2021 - Python
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
May 24, 2017 - JavaScript
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Mar 18, 2014
-
Updated
Jan 22, 2021 - Rust
-
Updated
Mar 30, 2021 - JavaScript
Improve this page
Add a description, image, and links to the tmi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tmi topic, visit your repo's landing page and select "manage topics."
Sorry @victorperin, but I had to remove all timeout functionality because if the message is queued, it may cause the timeout for the confirmation event to expire even though the message has yet to be sent.
I did however replace the
resolveOnEventwithp-eventthat supports timeouts. I am think