https://github.com/nymann/spotify-to-youtube
https://github.com/nymann/spotify-to-youtube
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/spotify-to-youtube
- Owner: nymann
- Created: 2022-11-03T12:27:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:22:35.000Z (over 3 years ago)
- Last Synced: 2025-03-28T21:06:50.269Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify To YouTube
Downloads a Spotify playlist via YouTube Music with metadata added to each track from Spotify.
## External dependencies
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
- [ffmpeg](https://github.com/FFmpeg/FFmpeg)
## Getting Started
1. Acquire a Spotify client id and client secret, read more [here](https://developer.spotify.com/documentation/web-api/quick-start/)
2. Set/export variables seen in `example.env`.
3. `spotify_to_youtube url-to-playlist`
### Examples
```sh
spotify_to_youtube https://open.spotify.com/playlist/0umdrbA6i3NOIH5N9wNX1J\?si\=d87e17e6bbb54613
```
Is equivalent to:
```sh
spotify_to_youtube 0umdrbA6i3NOIH5N9wNX1J
```
## Development
For help getting started developing check [DEVELOPMENT.md](DEVELOPMENT.md)