A NodeJS application to migrate Youtube subscriptions from one account to another.
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
- 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.