Andreas Ots
Andreas Ots
**My notes going through YT's API documentation:** > * Ability to talk to YT's chat API > * Read messages [LiveChatMessages: list](https://developers.google.com/youtube/v3/live/docs/liveChatMessages/list) and [LiveChatMessages: insert](https://developers.google.com/youtube/v3/live/docs/liveChatMessages/insert) > * Automatically detect when...
New events that will be added soon™: ### `"youtube-membership"` A user has become a channel member. Almost the same structure as `"twitch-subscription"`. Counts toward the combined storm count. #### Normal...
I've [merged](https://github.com/mrphlip/lrrbot/commit/41a1fcfca0e8bc4bf97c765eb773dd935df71c0b) and deployed the initial version of LRRbot's YouTube integration. Changes: * Users and accounts refactor: all remote (OAuth) accounts live in the `accounts` table and the `users` table...
I've added a fallback for getting active streams without LRR's token and enabled joining YouTube chats in LRRbot. > Also, will these Youtube membership start showing up on the LRRbot.com/notifications...
> With the above update, does that mean that you don't need an LRR login token to get new/recurring memberships, superchat, etc? The only thing that the fallback changes is...