Joystream / youtube-synch

YouTube Synchronization
11 stars 10 forks source link

Syncing YT channel without doing authentication #54

Closed zeeshanakram3 closed 1 year ago

zeeshanakram3 commented 1 year ago

Sync real Youtube channels without doing their authentication in the YPP backend to test the complete syncing setup. Compile the list of YT channels and their videos (i.e., in JSON format). Write a script to update the channels and videos Dynamodb tables with the compiled list, and then start syncing the videos.

┆Issue is synchronized with this Asana task by Unito

bedeho commented 1 year ago

Will it be possible, through some API (best) or CLI, to also just add new channels and videos to the service while it is live? That would in general be useful, and then the the process of automated adding of large numbers of channels+videos can just be some utility script that uses this interface.

zeeshanakram3 commented 1 year ago

Sure. I will add an authenticated API endpoint for infrastructure operators, which scripts can use to update channels and videos periodically.

dmtrjsg commented 1 year ago

@zeeshanakram3 pls link the PR and close the issue.