Commit Graph

202 Commits

Author SHA1 Message Date
José Manuel Pérez
2827591b9d Rename scope to playlist-modify-public
Spotify's Web API has renamed the `playlist-modify` scope to `playlist-modify-public` to better describe what it allows. Even though the old one will be supported for some time, the new one is the preferred way to go.
2014-07-21 13:02:01 +02:00
Paul Lamere
61baf982f4 Removed debug output 2014-07-07 17:40:52 +02:00
Paul Lamere
d8de7a8169 Added related artists to the README 2014-07-07 17:28:03 +02:00
Paul Lamere
1c1b84c1fa Added support for related artists 2014-07-07 17:25:19 +02:00
Paul Lamere
75a3779779 Don't use cached tokens when scope changes 2014-07-07 17:03:27 +02:00
Paul Lamere
4f6aef7e79 Added show_tracks example 2014-07-03 06:36:36 -04:00
Paul Lamere
803e338366 Addeded JSON error handling 2014-06-27 16:18:17 -04:00
Paul Lamere
a30a6557d1 Merge pull request #10 from lnunno/patch-1
Update search.py
2014-06-24 05:42:36 -04:00
Lucas
a19176d22e Update search.py
str is a keyword. Refactored variable to search_str.
2014-06-23 23:15:41 -06:00
Paul Lamere
8d0ab315cf Updated docs 2014-06-21 18:20:40 -04:00
Paul Lamere
dde80bae6a Added example that gets a user's starred items 2014-06-21 18:19:04 -04:00
Paul Lamere
7d284dbeab Merge pull request #9 from corycorycory/patch-2
Update __init__.py
2014-06-21 17:47:25 -04:00
corycorycory
f4e11ed170 Update __init__.py
user_playlist doesn't work with starred playlists, which pass an ID of None.

This will allow the user to pull data for starred playlists, which use the URI users/%s/starrred
2014-06-21 10:45:23 -05:00
Paul Lamere
ceaa030468 Fixed album search test 2014-06-19 14:41:52 -04:00
Paul Lamere
9b5b65073c Relaxed simplejson version dependency 2014-06-17 13:29:33 -04:00
Paul Lamere
f0415e9de2 Added support for adding tracks to a playlist 2014-06-17 13:28:45 -04:00
Paul Lamere
6ae679600a Merge pull request #7 from mattdennewitz/master
added simplejson to installation requirements
2014-06-17 13:08:22 -04:00
Matt Dennewitz
1790309e65 added simplejson to installation requirements 2014-06-17 12:00:44 -05:00
Paul Lamere
71bb395dfa Added 'add_to_playlist' example 2014-06-17 07:40:20 -04:00
Paul Lamere
2b4143aef1 Updated install procedures and docs 2014-06-16 13:39:32 -04:00
Paul Lamere
4da11677c5 Packaging tweaks 2014-06-16 13:39:32 -04:00
Paul Lamere
95e2d354e1 Merge pull request #5 from fsahin/master
Add country parameter to artist_albums
2014-06-09 09:14:32 -04:00
Paul Lamere
539c9fb652 improved oauth examples 2014-05-23 07:19:16 -04:00
Paul Lamere
edbf23a20f tools for making oauth easier for examples 2014-05-23 07:18:23 -04:00
Paul Lamere
1a816a6b2a Improved oauth error handling/new playlist example 2014-05-23 07:17:21 -04:00
Faruk Sahin
da1e009dfa Add country parameter to artist_albums
If country parameter is passed to artist_albums call, only
the albums available in the provided country will be returned
2014-05-20 14:54:58 +02:00
Paul Lamere
6ed7860b9d Added support for token caching and refresh 2014-05-20 08:30:48 -04:00
Paul Lamere
802c4b4354 Merge pull request #4 from hugovk/patch-1
Remove duplicate version history
2014-05-19 17:00:32 -04:00
Paul Lamere
6aa6769e10 UI tweak to oauth example 2014-05-19 07:24:09 -04:00
Paul Lamere
adfb84df9f Version number 2014-05-19 06:56:04 -04:00
Paul Lamere
9988c98b2e Added paging support and example. 2014-05-19 06:49:08 -04:00
Hugo
4b2634c4cf Remove duplicate version history 2014-05-19 09:21:49 +03:00
Paul Lamere
8dcaf7dba6 Repackaged for saner imports 2014-05-18 07:08:51 -04:00
Paul Lamere
a48feaab66 Updated search tests to match updated api 2014-05-16 14:02:33 -04:00
Paul Lamere
fb455cfc50 Merge pull request #3 from econchick/oauth2
simple oauth flow for getting a spotify access token + example
2014-05-16 13:49:42 -04:00
Lynn Root
333ad87bb5 simple oauth flow for getting a spotify access token
added an example that requires oauth
2014-05-16 18:12:47 +02:00
Paul Lamere
75df13d894 Added examples, improved docs 2014-05-16 07:56:59 -04:00
Paul Lamere
981f69047a Merge pull request #2 from ryankicks/master
spotipy
2014-05-16 05:46:16 -04:00
Ryan Choi
e98ff92425 auth-based actions 2014-05-15 19:51:42 -07:00
Ryan Choi
de9b99afc1 spotipy 2014-05-09 00:34:08 -07:00
Paul Lamere
9105e58562 Added the 'collaboration.py' example 2014-04-07 13:10:25 -04:00
Paul Lamere
2f36e11277 Merge pull request #1 from hugovk/master
CI and stuff
2014-04-06 18:18:19 -04:00
hugovk
411f648064 Py3 print (and pep8) 2014-04-05 22:06:52 +03:00
hugovk
28443a0739 Run the examples (without coverage) 2014-04-05 22:00:47 +03:00
hugovk
6e8ae44c5a pyflakes and some pep8 2014-04-05 21:52:57 +03:00
hugovk
8a3ccd8b2a Adjust coverage command for package install 2014-04-05 21:44:15 +03:00
hugovk
4c5d56768f Update .travis.yml 2014-04-05 21:34:16 +03:00
hugovk
724b4e3cd5 pip install coveralls 2014-04-05 21:27:09 +03:00
hugovk
e4c66401c1 Add Travis CI and .gitignore 2014-04-05 21:19:24 +03:00
Paul Lamere
afe7bdd386 Slight wording tweaks 2014-04-05 09:25:45 -04:00