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