Commit Graph

44 Commits

Author SHA1 Message Date
Paul Lamere
550be583b7 better detection of empty json block 2016-02-12 06:30:45 -05:00
Paul Lamere
23d75aa4c6 improve handling of err responses with no payload 2016-02-12 06:08:29 -05:00
Paul Lamere
365d3714bf checkpoint 2015-12-30 16:11:27 -05:00
Joona Hoikkala
1f833afa45 Initial run of 2to3 2015-06-05 12:07:28 +03:00
Thomas Texier
4982cf1167 Fixed artist_albums.py
Was luckily working correctly, but was accessing the artist "global" variable, instead of the passed parameter.
2015-05-26 18:46:28 -04:00
Faruk Sahin
8d4643c2e1 Add client credentials flow 2015-04-01 16:09:54 +02:00
Paul Lamere
d2d5fe9060 Added more output 2015-01-05 14:53:43 -05:00
Paul Lamere
373218083f Added support for new_releases and featured_playlists endpoints. 2014-10-25 06:40:51 -04:00
Paul Lamere
a33f8dc82a Example cleanup 2014-08-22 13:48:31 -04:00
Paul Lamere
34f476d17f Clean up of examples 2014-08-22 13:48:31 -04:00
Paul Lamere
3e552d90df Improved README docs 2014-08-22 12:10:48 -04:00
Paul Lamere
b455d529f0 Doc improvements for readthedocs 2014-08-22 11:48:12 -04:00
Paul Lamere
20870ea3ed Documentation improvements 2014-08-22 11:00:29 -04:00
Paul Lamere
58e5206076 Documentation updates 2014-08-22 09:28:19 -04:00
Paul Lamere
7601aaab58 refacord to support playlist editing 2014-08-20 14:08:49 -04:00
Paul Lamere
acd1e8b494 Merge pull request #16 from thelinmichael/add-yourmusic-contains-track-endpoint
Add support for checking if a user's Your Music library contains a track
2014-08-20 12:58:55 -04:00
Paul Lamere
e35ef206d5 Moved util module into main package 2014-08-17 10:28:56 -04:00
Michael Thelin
a4e6fc5a39 Add support for checking if a user's Your Music library contains a track 2014-07-24 00:27:35 -04:00
Paul Lamere
1ebbac6de7 Documentation and support for Your Music methods 2014-07-23 10:29:40 -04:00
Paul Lamere
2d98c30d01 Added support for 'Your Music' tracks 2014-07-23 10:04:07 -04:00
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
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
Lucas
a19176d22e Update search.py
str is a keyword. Refactored variable to search_str.
2014-06-23 23:15:41 -06:00
Paul Lamere
dde80bae6a Added example that gets a user's starred items 2014-06-21 18:19:04 -04:00
Paul Lamere
ceaa030468 Fixed album search test 2014-06-19 14:41:52 -04:00
Paul Lamere
f0415e9de2 Added support for adding tracks to a playlist 2014-06-17 13:28:45 -04:00
Paul Lamere
71bb395dfa Added 'add_to_playlist' example 2014-06-17 07:40:20 -04:00
Paul Lamere
4da11677c5 Packaging tweaks 2014-06-16 13:39: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
Paul Lamere
6ed7860b9d Added support for token caching and refresh 2014-05-20 08:30:48 -04:00
Paul Lamere
6aa6769e10 UI tweak to oauth example 2014-05-19 07:24:09 -04:00
Paul Lamere
9988c98b2e Added paging support and example. 2014-05-19 06:49:08 -04:00
Paul Lamere
8dcaf7dba6 Repackaged for saner imports 2014-05-18 07:08:51 -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
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
hugovk
411f648064 Py3 print (and pep8) 2014-04-05 22:06:52 +03:00
Paul Lamere
dfced54992 first commit 2014-04-05 09:12:01 -04:00