This Python script allows you to exchange songs and playlists between Spotify and YouTube Music.
Make sure you have the following libraries installed:
You can install these libraries using the following command:
pip install fuzzywuzzy==0.18.0 pandas==1.3.2 requests==2.31.0 spotipy==2.23.0 ytmusicapi==1.3.2
- Follow the documentation link to set up "header_auth.json" for Browser Authentication.
- Save the generated "header_auth.json" file in the root directory of this project.
- Clone the repository:
git clone https://github.com/yourusername/Spotify-Youtube-Music-Exchange.git
cd Spotify-Youtube-Music-Exchange
- Install the required libraries:
pip install -r requirements.txt
- Run the script:
python playlistexchange.py
Follow the on-screen instructions to exchange songs and playlists between Spotify and YouTube Music.
If you'd like to contribute to this project, please fork the repository and submit a pull request. Issues and feature requests are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.