My first ever proper project in programming (that wasnt game dev) created during autum 2024 Can convert Spotify Playlists to Youtube playlists and more
- Convert any public Spotify playlist to a YouTube playlist
- Automatically fetches track details and matches them on YouTube
- Can also display and delete playlists
Before you begin, ensure you have the following installed:
Clone the repository and install the required dependencies:
git clone https://github.com/Lazypupz/Spotify-To-Youtube.git
cd Spotify-To-Youtube
pip install -r requirements.txt
- Obtain your Spotify and YouTube API credentials.
- Place your
credentials.json
file in the root directory. - Place your Spotify keys into a
.env
file in the root dir
SPOTIFYCLIENT_ID=your_spotify_client_key
SPOTIFYCLIENT_SECRET=your_spotify_secret_key
Run the script with:
python main.py
- It takes the same amount of effor for private and public playlists
- The youtube api quota is limited so I tried to optimise it the best i could as a new programmer
Pull requests and contributions are welcome! Feel free to submit issues or feature requests.
This project is licensed under the MIT License.