nicholas-kondal / add_youtube_subscription_from_list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add_youtube_subscription_from_list

Playing around with the YouTube Data API to add several subscriptions from a list of channels.

NOTE: This doesn't currently work for large channel lists due to Google's quota for API method calls (searching and adding subscriptions cost quite a bit). Could get all current subscriptions first instead of searching for the ids of existing ones.

Learnings

  • Using the YouTube Data API, authentication, and other Google Developer tools
  • Creating HTTP requests

References



About

License:MIT License


Languages

Language:Python 100.0%