https://github.com/charlypoly/spotify-fetch-my-playlists
Allow you to get a JSON dump of your Spotify playlists
https://github.com/charlypoly/spotify-fetch-my-playlists
spotify spotify-playlist
Last synced: about 2 months ago
JSON representation
Allow you to get a JSON dump of your Spotify playlists
- Host: GitHub
- URL: https://github.com/charlypoly/spotify-fetch-my-playlists
- Owner: charlypoly
- License: other
- Created: 2017-03-03T09:26:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T09:41:46.000Z (over 8 years ago)
- Last Synced: 2025-03-30T11:02:37.477Z (6 months ago)
- Topics: spotify, spotify-playlist
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Backup your Spotify playlists
##### First, edit `index.ts`
Set proper accessToken.
##### Build and run
```
npm i
tsc
node dist/index.js
```