Metadata-Version: 2.0
Name: ez-spotify-dl
Version: 1.2
Summary: Spotify downloader tool
Home-page: https://bitbucket.org/sacanix/spotify_dl
Author: Tony Kamillo
Author-email: tonysacanix@gmail.com
License: GPL
Keywords: spotify download tool
Platform: UNKNOWN
Requires-Dist: awesome-slugify (>=1.6.5)
Requires-Dist: backports.shutil-get-terminal-size (>=1.0.0)
Requires-Dist: beautifulsoup4 (>=4.5.1)
Requires-Dist: click (>=6.6)
Requires-Dist: decorator (>=4.0.10)
Requires-Dist: enum34 (>=1.1.6)
Requires-Dist: eyeD3 (>=0.7.9)
Requires-Dist: Flask (>=0.11.1)
Requires-Dist: instantmusic (>=2.2)
Requires-Dist: ipython (>=5.1.0)
Requires-Dist: ipython-genutils (>=0.1.0)
Requires-Dist: itsdangerous (>=0.24)
Requires-Dist: Jinja2 (>=2.8)
Requires-Dist: MarkupSafe (>=0.23)
Requires-Dist: pathlib2 (>=2.1.0)
Requires-Dist: pexpect (>=4.2.1)
Requires-Dist: pickleshare (>=0.7.4)
Requires-Dist: prompt-toolkit (>=1.0.8)
Requires-Dist: ptyprocess (>=0.5.1)
Requires-Dist: Pygments (>=2.1.3)
Requires-Dist: regex (>=2016.10.22)
Requires-Dist: requests (>=2.11.1)
Requires-Dist: simplegeneric (>=0.8.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: traitlets (>=4.3.1)
Requires-Dist: Unidecode (>=0.4.19)
Requires-Dist: wcwidth (>=0.1.7)
Requires-Dist: Werkzeug (>=0.11.11)
Requires-Dist: youtube-dl (>=2016.10.26)

Ez Spotity DL
=============

Don't you think would be cool if you could donwload your playlists from your Spotify account, don't you?
So, the **Ez Spotify DL** can do that for you. Plus, in an easy way.



## Install

Assuming that you have *pip* installed, open the console/terminal execute:

```bash
$ pip install ez-spotify-dl
```

use --user flag if you don't want to install on system-wide mode

```bash
$ pip install --user ez-spotify-dl
```
or download/clone the package, go to project folder and

```bash
$ python setup.py install
```

as the same as using pip you can insert the --user flag

```bash
$ python setup.py install --user
```

## Usage

1 - Getting Spotify's api authorization.

```bash
$ spotify_dl --authorize
```
**HINT:** At this moment you will be guided by **Ez Spotify DL**, just follow the interactive instructions that will appear to you. So, you don't need to follow this usage guide if you don't wanna. I really think that **Ez Spotify DL** interactive instructions are enough.
Well, it's up to you.

2 - Insert your Spotify username.

3 - Open your web browser and go to http://localhost:5000.

4 - Authenticate.

5 - Go back to terminal where you started the **Ez Spotify DL** and press CTRL+C.

6 - Execute:
```bash
$ spotify_dl -d <path_where_you_want_download_your_playlists>
```

7 - Wait your playlists get downloaded.

WARNING: Make sure you are creating playlists containing at maximum 100 tracks.
It's due Spotify API limits at 100 the amount of tracks returned per playlist.

For more information execute:
```bash
$ spotify_dl -h
```

That's all.





