GithubHelp home page GithubHelp logo

spodl's Introduction

Spodl

A tool which can be ran from the command line to download a Spotify playlist through Youtube, via youtube-dl.

Note: This is for educational purposes and I am not responsible for those who use the tool.

Installation

git clone https://github.com/adhorrig/spodl.git
cd spodl
npm install

To install spodl globally, run:

npm install -g

What you need

  1. Spotify client id and secret from here.

  2. Spotify account name and playlist id. (Playlist id is the alphanumeric string following /playlist/)

  3. Youtube API Key from here.

  4. Youtube-dl installed on your machine from here.

Running

Open config.js and substitute in your Spotify client id and client secret, as well as your Youtube API Key.

You can specify the directory you wish to download the playlist to in config.js. For example, directory : '~/Music/'. If the directory is not specified, spodl will download the playlist to the spodl directory.

After this you can then run spodl spotify_account_name spotify_playlist_id

For example:

spodl adam4543 7KLGqYIgcNeoWepuZ2sjXC

This will create a new directory using the playlist name and download all songs from the playlist into that directory.

If you would like to also download the music video, rather than just audio you can include video at the end of the command.

For example:

spodl adam4543 7KLGqYIgcNeoWepuZ2sjXC video

If video is not specified, only the audio will be downloaded.

Contributing

Pull requests are happily accepted so feel free to hack away.

spodl's People

Contributors

adhorrig avatar simonccarter avatar

Stargazers

Acampbell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.