From 4b03bbf48c8284624ff55813f048c5a2a335e01e Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 24 Apr 2018 01:37:38 -0500 Subject: [PATCH] Update README and add requirements.txt --- README.md | 6 +++--- requirements.txt | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) mode change 100644 => 100755 README.md mode change 100644 => 100755 requirements.txt diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 7c842b7..6f45731 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Spotify API Experiments +# Spotify API Experiments This is a collection of experimentations with the Spotipy python library. All of these scripts will request an auth token for a particular user (username arg) upon startup @@ -8,7 +8,7 @@ save_now_playing.py - This script will poll for the user's now playing track eve get_user_auth.py - "Hello World" from the docs, this shows how to authorize using env show_all_playlist.py - Unlike the name suggests, I did not see all my playlists. This could be an auth scope issue however -To get started: +## To get started: * Create an app on Spotify's Developer console - https://beta.developer.spotify.com * Clone this repository * Ensure that you have "python-pip", and "python-virtualenv" installed @@ -18,7 +18,7 @@ To get started: * Run `pip install -r requirements.txt` to install the required dependencies * Run any of the scripts to use them -License: MIT +## License: MIT Copyright (c) 2014 Paul Lamere - https://github.com/plamere/spotipy Copyright (c) 2018 c0de diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 index e69de29..04d60a9 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,6 @@ +certifi==2018.1.18 +chardet==3.0.4 +idna==2.6 +requests==2.18.4 +spotipy==2.4.4 +urllib3==1.22