Skip to content

Import all your YouTube subscriptions from one account to another

Notifications You must be signed in to change notification settings

ZamElek/yt-migrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Import all your YouTube subscriptions from one account to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • HTML 27.4%