Skip to content

Lazypupz/Spotify-To-Youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-To-YouTube Playlist Converter

My first ever proper project in programming (that wasnt game dev) created during autum 2024 Can convert Spotify Playlists to Youtube playlists and more

Features

  • Convert any public Spotify playlist to a YouTube playlist
  • Automatically fetches track details and matches them on YouTube
  • Can also display and delete playlists

Prerequisites

Before you begin, ensure you have the following installed:

Installation

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

Setup

  1. Obtain your Spotify and YouTube API credentials.
  2. Place your credentials.json file in the root directory.
  3. Place your Spotify keys into a .env file in the root dir
SPOTIFYCLIENT_ID=your_spotify_client_key
SPOTIFYCLIENT_SECRET=your_spotify_secret_key

Usage

Run the script with:

python main.py

Notes

  • 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

Contributing

Pull requests and contributions are welcome! Feel free to submit issues or feature requests.

License

This project is licensed under the MIT License.

Author

Lazypupz

About

Converts a user's spotify playlists to a Youtube Playlist

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages