YoutubeToSpotify
YoutubeToSpotify copied to clipboard
A Script which adds all songs from youtube playlist to a new spotify playlist.
``` PS C:\Users\Matheus\Documents\YoutubeToSpotify-master> python main.py Traceback (most recent call last): File "C:\Users\Matheus\Documents\YoutubeToSpotify-master\main.py", line 29, in main() File "C:\Users\Matheus\Documents\YoutubeToSpotify-master\main.py", line 6, in main yt = Youtube() File "C:\Users\Matheus\Documents\YoutubeToSpotify-master\youtube.py", line 35, in...
Implemented python-dotenv package. This reduces step 5 (Setting Environment Variables) by only requiring the user input credentials into .env.sample .
https://github.com/yogeshwaran01/spotify-playlist-to-youtube-playlist/issues/15
Bumps [spotipy](https://github.com/plamere/spotipy) from 2.16.1 to 2.22.1. Release notes Sourced from spotipy's releases. 2.22.1: CVE-2023-23608 Fixed CVE-2023-23608: fixed path traversal vulnerability that may lead to type confusion in URI handling code....
Removed deprecated commands, update authentication for Youtube Auth and Spotify auth, update README.