-
Notifications
You must be signed in to change notification settings - Fork 0
Description
On preliminary research it would seem that this workflow would require Youtube API for subscriptions (https://developers.google.com/youtube/v3/docs/subscriptions), SocialBlade's API for determining channel type (https://socialblade.com/business-api), and Youtube API for playlists (https://developers.google.com/youtube/v3/docs/playlists).
The use case I have in mind is to query on all the videos of a subscription's date range. Categorize the videos based on the channel they were published on, and then create playlists for those categories of a date range (default being today). That way a person can catch up on all their subscription's new content in a filtered and categorized manner just like TV.
This represents a fairly complex enough workflow to push what a workflow should be able to do.