Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 781 Bytes

File metadata and controls

17 lines (12 loc) · 781 Bytes

YouMigrate

A NodeJS application to migrate Youtube subscriptions from one account to another.

Usage:

npm install

  • Follow the instructions here https://developers.google.com/identity/protocols/OAuth2WebServer to get a ClientID and Client Secret
  • Fill in your Google Developer ClientID and Client Secret in the file "credentials.json"
  • Make sure you are logged out of all your google account in default browser before starting the application.
  • npm run start

Process:

  • The browser is automatically opened when the app is run.
  • The First Google Login account is the producer of the Youtube Subscriptions. After authorization you are immediately redirected to the consumer Google account.

The progress and number of subscriptions are displayed in the console.