spotify-playlist-scraper
v1.0.2
Published
A simple CLI tool to scrape Spotify playlists, export the songs' informations to a JSON file and download them from YouTube using yt-dlp.
Downloads
1
Maintainers
Readme
spotify-playlist-scraper
spotify-playlist-scraper is the first playlist data scraper that uses official APIs to scrape playlist (not for music tho, we use yt-dlp) data and put them in a easily-readable JSON file!
Looking for support? Join my Discord server!
Notices
This package is currently not usable in your code.
While I might consider it in the future, for now you can only use it via npx
or by installing it globally using npm install -g spotify-playlist-scraper
⚠️Videos with the age verification requirement are currently not downloadable and it won't get fixed⚠️
Requirements
- NodeJS 18+
- Client ID and Secret from a Spotify developers application
Installation
No need to manually install, you can run the npx spotify-playlist-scraper
command with the CLI Arguments that you can find below and let the magic happen!