Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.75 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.75 KB

Spotify To Youtube ▶

A simplistic way to find songs from a Spotify playlist on YouTube.
IMPORTANT: Please check the issue I've pinned here.

How does it work? 😮

All you gotta do is insert your >>PUBLIC<< Spotify playlist URL when prompted, then the app will automatically search all songs from that playlist on YouTube and return the URLs. Check below for instructions on how to make it work:

How to use it?

1 - To use the script, you gotta register your app on both the Spotify and YouTube API services.
2 - When you finish doing that, create a JSON file named "config.json" on the project's main folder.
3 - The config.json file must have the following format:

{
    "spotify":
    {
        "client_id": "your_spotify_client_id",
        "client_secret": "your_spotify_client_secret"
    },
    "youtube":
    {
        "api_key": "your_youtube_api_key",
        "client_id": "your_youtube_client_id",
        "client_secret": "your_youtube_client_secret"
    }
}

What did you use to make it? 🤔

I used the following libraries:

Why did you make it?

Studying purpouses, and it might actually be useful to someone. I think Discord bots could use that to queue songs and stuff.