YOUTUBE-DATA-TRANSFER
moves youtube subscriptions and youtube playlists between accounts
Prerequisites
To use this script, you need to have Python and git installed on your system.
Usage
run the run_transfer.bat file by double clicking it. this will automatically install required modules. 1st login:source account 2nd login:target account
install
clone repository by running this in command prompt:
git clone https://github.com/Loser02/YOUTUBE-DATA-TRANSFER.git
Installing json
YOU NEED THE .JSON FILE TO RUN THIS AND ADD TEST USERS SO API ISNT BLOCKED SO PLEASE DO THAT BY=
youtube tutorial: https://www.youtube.com/watch?v=BFoMtSbb1SY
- MAKE THE client_secrets.json FILE: STEP 1=Go to the https://console.cloud.google.com/ STEP 2=Sign in with your Google account if you haven't already. STEP 3=Click the "Select a project" dropdown at the top, then click "New Project" in the top-right corner of the dialog (dont need to edit name or organization) and click create.
notes
if you make multple client service files rename them with a number. eg 1 more api file should be named client_secrets_1.json. the client_secrets.json is still required. allowed names: client_secrets.json, client_secrets_1.json, client_secrets_2.json, etc until clients_secrets_10.json this is due to api quota limit. the code will fallback on any secondary json file from another project.
future plans
i am planning on getting a handful verified of api keys (30ish) which would allow anyone to use it without the hassle of having to make their own.