You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, this package is exactly what I'm looking for. I've been working on a nodejs YouTube chatbot for my live streams and I've been using the YT API. Which has a lot of negatives. It's slow, limited to 10000 API calls per day and lacks the SRC for SuperStickers.
This package is almost perfect, I just miss a few things for members.
YouTube has two events that I don't see in your YouTube-Chat package, which are 'new member' and 'member milestone'. I would love to have the details for these as well.
New member has no real details aside from level (maybe if it's a level upgrade)
Member milestones include the amount of months the member has been a member and also a text/comment from the user
Also a little side note, I would call 'isMembership' -> 'isMember'. All the other properties can be read as 'user is owner', 'user is verified', 'user is moderator', but only 'user is membership' semantically this should have been 'user HAS membership' or 'user is member'.
The text was updated successfully, but these errors were encountered:
fu-raz
changed the title
Request features for members
[enhancement] Request features for members
Jan 1, 2022
First off, this package is exactly what I'm looking for. I've been working on a nodejs YouTube chatbot for my live streams and I've been using the YT API. Which has a lot of negatives. It's slow, limited to 10000 API calls per day and lacks the SRC for SuperStickers.
This package is almost perfect, I just miss a few things for members.
YouTube has two events that I don't see in your YouTube-Chat package, which are 'new member' and 'member milestone'. I would love to have the details for these as well.
New member has no real details aside from level (maybe if it's a level upgrade)
Member milestones include the amount of months the member has been a member and also a text/comment from the user
Also a little side note, I would call 'isMembership' -> 'isMember'. All the other properties can be read as 'user is owner', 'user is verified', 'user is moderator', but only 'user is membership' semantically this should have been 'user HAS membership' or 'user is member'.
The text was updated successfully, but these errors were encountered: