Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odiroot/songs-to-spotify
Prepare Spotify playlist from songs played on Internet radio channels.
https://github.com/odiroot/songs-to-spotify
Last synced: 23 days ago
JSON representation
Prepare Spotify playlist from songs played on Internet radio channels.
- Host: GitHub
- URL: https://github.com/odiroot/songs-to-spotify
- Owner: odiroot
- License: mit
- Created: 2015-07-07T18:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T09:42:55.000Z (about 9 years ago)
- Last Synced: 2024-04-14T19:33:04.516Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# songs-to-spotify
Prepare Spotify playlist from songs played on Internet radio.## Running
1. Install dependencies:
npm install
2. Run track information dumper on a SHOUTCast source to gather a playlist:
node src/dumper.js -u http:///played.html -o playlist.txt
3. Set environment variables to authentice with your Spotify account:
export SPOTIFY_CLIENT_ID=
export SPOTIFY_CLIENT_SECRET=
export SPOTIFY_REFRESH_TOKEN=4. Sync your local playlist with one in your Spotify account:
node src/syncer.js -p -i playlist.txt