Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czechh/vinylify
Import Spotify playlists to Discogs
https://github.com/czechh/vinylify
discogs music spotify
Last synced: 19 days ago
JSON representation
Import Spotify playlists to Discogs
- Host: GitHub
- URL: https://github.com/czechh/vinylify
- Owner: Czechh
- License: mit
- Created: 2024-02-17T03:48:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T22:53:01.000Z (10 months ago)
- Last Synced: 2024-12-12T01:46:14.634Z (22 days ago)
- Topics: discogs, music, spotify
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vinylify
Take a Spotify playlist and turn it into a Discogs collection folder.
## Requirements
- Get Discogs personal token https://www.discogs.com/settings/developers
- Get Spotify client_id and client_secret https://developer.spotify.com/dashboard/applications (callback=`http://localhost:8888/callback`)
- Get YouTube API key https://console.developers.google.com/ (enable YouTube Data API v3)Set `.env` file with the following:
```env
RSPOTIFY_CLIENT_ID=
RSPOTIFY_CLIENT_SECRET=
RSPOTIFY_REDIRECT_URI=
DISCOGS_TOKEN=
DISCOGS_USERNAME=
YOUTUBE_API_KEY=
```