Skip to content

kasey-mcfadden/SpotifyToYoutube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyToYoutube

Convert Spotify Playlists to YouTube Playlists

Dependencies

pip install configparser
pip install google-api-python-client
pip install google-auth-oauthlib
pip install spotipy

Authentication

Create and modify a config.cfg file in the same directory:

[SPOTIFY]
CLIENT_ID = YOUR_CLIENT_ID
CLIENT_SECRET = YOUR_CLIENT_SECRET
REDIRECT_URI = http://localhost/
USERNAME = YOUR_USERNAME

Have your CLIENT_SECRET_FILE.json file saved in the same directory. You can download this OAuth Client ID file from the Google Developer Console. Make sure to select Desktop App as the Application Type.

Usage

python main.py

Releases

No releases published

Packages

No packages published

Languages