Skip to content

depau/applemusic-ytmusic-playlist-converter

Repository files navigation

Apple Music playlist scraper and YouTube Music playlist uploader

This project contains two scripts:

  • One to scrape an Apple Music playlist and save the list of tracks to a JSON file
  • One to read the JSON file and upload the tracks to a YouTube Music playlist

Usage

Create virtualenv and install dependencies

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Scrape Apple Music playlist

./applemusic2json.py 'https://music.apple.com/xx/playlist/...' > playlist.json

Upload to YouTube Music playlist

The playlist ID is the last part of the URL, after the last /, when viewing the playlist in the browser.

# Authenticate with YouTube Music
ytmusicapi oauth --file oauth.json

# Upload playlist
./json2ytmusic.py 'PlaylistID' 'playlist.json'

License

MIT License. See LICENSE file.

About

Playlist converter between YouTube Music and Apple Music, extensible

Topics

Resources

License

Stars

Watchers

Forks

Languages