https://github.com/awernick/spotifork
Quickly and easily fork Spotify playlists
https://github.com/awernick/spotifork
forking spotify spotify-api spotify-playlist
Last synced: about 2 months ago
JSON representation
Quickly and easily fork Spotify playlists
- Host: GitHub
- URL: https://github.com/awernick/spotifork
- Owner: awernick
- Created: 2017-06-29T05:00:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T07:28:52.000Z (almost 9 years ago)
- Last Synced: 2025-11-06T04:21:23.762Z (7 months ago)
- Topics: forking, spotify, spotify-api, spotify-playlist
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotifork - Spotify Playlist Forker
[](https://www.npmjs.com/package/spotifork-node)
## Install
```
npm install spotifork-node --global
```
## Usage
```
spotifork -h
Usage: spotifork [options]
Options:
-h, --help Output usage information
-V, --version Output the version number
-a, --access-token Spotify Web API access token
-p, --public Create all forks as public
```
*Note*: Spotify URIs can be found using the Spotify desktop client for
OSX/Windows/Linux. If you don't have access to the client, you can format
a uri by following this format:
```
spotify:user:{PLAYLIST OWNER}:playlist:{PLAYLIST ID}
```
## Purpose
1. I hate losing cool songs when playlist owners decided to remove them
2. I get to keep a snapshot of any playlist at any time I want
3. Working with API's is fun.
4. Spotify is great
## Contributions
All contributions are welcome and appreciated :) Open a PR or an issue if you
find something wrong with my implementation or if you have any suggestions about
performance / features / etc...