Skip to content

▶ A simple python script that makes it easier to search Spotify songs on YouTube.

Notifications You must be signed in to change notification settings

saulojoab/Spotify-To-Youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

▶ A simple python script that makes it easier to search Spotify songs on YouTube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages