Update README and add requirements.txt

This commit is contained in:
David Todd 2018-04-24 01:37:38 -05:00
parent eaca92b313
commit 4b03bbf48c
2 changed files with 9 additions and 3 deletions

6
README.md Normal file → Executable file
View File

@ -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 <c0defox.es, gama.io>

6
requirements.txt Normal file → Executable file
View File

@ -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