Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dj-lazy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dj-lazy

Create Spotify playlists based on Allmusic.com new releases

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

DJ Lazy


DJ Lazy is a command-line tool to remove the burden of staying up to date with the latest music.

Allmusic.com puts out a fresh list of new releases once a week. Once that list is up on their website you can run dj-lazy in your command line to add all available tracks on Spotify to a new Spotify playlist.

Installation


npm install -g dj-lazy

Prerequisites


To use DJ Lazy you first need a clientId and clientSecret token so DJ Lazy can use the Spotify Web API.

  1. Go to Spotify's Developer Portal, login, and go to My Apps
  2. Follow the steps to create a new app. In the Redirect URIs field add "http://localhost:8085/spotify-auth" and click Save (this allows DJ lazy to retrieve your authentication token)
  3. Store your clientId and clientSecret as ENV variables as:
DJ_LAZY_CLIENT_ID=<your_client_id>
DJ_LAZY_CLIENT_SECRET=<your_client_secret>

Usage


dj-lazy

Note: DJ Lazy requires an authentication token from Spotify on every run to make changes to your account. Therefore DJ Lazy will open a browser window to authenticate you. If you are already authenticated the window will open and subsequently close.

Options


-m, --max : Max number of albums to add (default: none)
-s, --status : Playlist status, either public or private (default: private)

TODO


  • Get music from Allmusic's genre pages
  • Add more music sources
  • Don't get new auth token every time
  • Prevent duplicate playlists
  • Progress bar instead of logging

License


MIT

FAQs

Package last updated on 01 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc