/yt-migrate

Import all your YouTube subscriptions from one account to another

Primary LanguageJavaScript

yt-migrate

Import all your YouTube subscriptions from one account to another

Open yt-migrate to use via default keys. However, quota may get exhausted to due API limits, so you can try again next day (only remaining subscriptions will get transferred) or use your own API keys by following the steps below.

Please use the below steps as my keys have crossed limits.

Steps:

  1. Create a new project on Google Cloud and enable YouTube Data API under API & Services.
  2. Under credentials tab, create a new API key.
  3. Create an OAUTH consent screen.
  4. Also create an OAUTH client and set 'Authorized JavaScript origins' as http://localhost:8080.
  5. Clone the repo and paste the generated API key and Client id on main.js (Line 1 and 2).
  6. Run python -m http.server 8080 from the current directory.
  7. Open http://localhost:8080 in the browser.