Metadata-Version: 2.0
Name: spotify-downloader
Version: 0.2
Summary: A CLI tool to download albums on Spotify via youtube-dl.
Home-page: https://github.com/AnthonyBloomer
Author: Anthony Bloomer
Author-email: ant0@protonmail.ch
License: UNKNOWN
Keywords: spotify,youtube
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: mutagen
Requires-Dist: requests
Requires-Dist: spotipy

spotify-dl
========================

A CLI tool to download a Spotify album via youtube-dl.


Install
^^^^^^^

::

    pip install spotify-downloader


Setup
^^^^^

You will need to set your youtube API key as an environment variable.

::

    export YOUTUBE_API_KEY='your_api_key'


Usage
^^^^^

::

    usage: spotify-dl [-h] album_id

    positional arguments:
      album_id

    optional arguments:
      -h, --help  show this help message and exit




