Commit Graph
100 Commits
Author SHA1 Message Date
Paul LamereandGitHub b48990f02a renamed me_playlists t
renamed me_playlists to current_user_playlists to match style of other 'me' endpoints
2016-12-31 10:10:22 -05:00
Paul LamereandGitHub 3f87a8b879 Merge pull request #104 from KevinMGranger/doc_special_fix
Make special-members only show __init__
2016-06-20 10:52:48 -04:00
Paul LamereandGitHub 76421babf6 Merge pull request #103 from KevinMGranger/document_init
Make docs show __init__ docstrings
2016-06-16 20:52:44 -04:00
Paul LamereandGitHub 5179ce2061 Merge pull request #102 from KevinMGranger/oauth_cache_tests
Add OAuth cache tests
2016-06-16 20:52:07 -04:00
Paul Lamere 5bf72e9ab9 Merge pull request #98 from brodin/patch-1
Added market parameter to user_playlist_tracks
2016-06-09 05:16:44 -04:00
Paul Lamere 1e8188206a Merge pull request #93 from hughrawlinson/patch-1
Fixes a small example error
2016-05-09 06:51:11 -04:00
Paul Lamere b412de8d75 Added artist recs example 2016-03-30 15:43:47 -04:00
Paul Lamere 5ebd231cbf Updated readme 2016-03-30 15:42:59 -04:00
Paul Lamere 7a5beadd17 Added artist_recommendations example
fixed recs test
2016-03-30 15:41:22 -04:00
Paul Lamere a760872673 Merge pull request #85 from mkb218/master
add recommendations endpoints
2016-03-30 15:17:46 -04:00
Paul Lamere dd021c4087 Added top lists support 2016-03-12 09:59:16 -05:00
Paul Lamere 4cf7a8ab90 Added top artists and tracks support 2016-03-12 07:32:01 -05:00
Paul Lamere 4587a0771d Cleaning up some tests 2016-02-20 08:54:11 -05:00
Paul Lamere 9d51880728 Added some audio feature tests 2016-02-20 08:33:31 -05:00
Paul Lamere 9c0b872e86 Adapted to new audio_features response 2016-02-17 09:18:06 -05:00
Paul Lamere 38ea4b6910 better handling when missing json payload 2016-02-12 07:24:28 -05:00
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 44bbfac8b7 Added category end points 2016-02-02 07:25:33 -05:00
Paul Lamere 365d3714bf checkpoint 2015-12-30 16:11:27 -05:00
Paul Lamere 1bdd8b32c3 updated version number 2015-08-10 09:18:57 -04:00
Paul Lamere 329ef5722b Added api to get current users followed artists 2015-08-10 09:17:14 -04:00
Paul Lamere 10cf88da90 Improved retry logic 2015-06-08 14:38:05 +02:00
Paul Lamere fd9441a1e7 Merge pull request #56 from joohoi/python3
Python3 support
2015-06-08 14:36:17 +02:00
Paul Lamere 96edfc44ab Merge pull request #54 from jsundram/master
Support for getting tracks from albums with more than 50 tracks
2015-06-04 18:09:31 +02:00
Paul Lamere c075f80470 Merge pull request #52 from sharkone/patch-1
Fixed artist_albums.py
2015-05-26 19:16:06 -04:00
Paul Lamere 0d2e173099 Fixed retry bug again 2015-04-28 07:17:10 -04:00
Paul Lamere cf75879a15 debugging retry logic 2015-04-28 06:38:35 -04:00
Paul Lamere a7936b8351 Updated change docs 2015-04-28 06:26:38 -04:00
Paul Lamere b96fd5ca8d Fixed problem with retry support 2015-04-28 06:25:06 -04:00
Paul Lamere 1b75562ce4 Support for client credentials flow 2015-04-01 10:21:56 -04:00
Paul Lamere a78421a6e8 Added automatic retry logic for gets 2015-04-01 10:16:24 -04:00
Paul Lamere c8c44c1b28 Merge pull request #46 from fsahin/master
Implement client credentials flow
2015-04-01 10:14:57 -04:00
Paul Lamere 9e2ec08437 Merge pull request #45 from jsteinb/reorder_tracks
Add user_playlist_reorder_tracks method
2015-03-30 14:43:34 -04:00
Paul Lamere 31894b8087 Merge pull request #43 from JMPerez/patch-1
Add 'playlist' to the search endpoint documentation
2015-02-19 10:28:53 -05:00
Paul Lamere db453d4d45 updated version and changes 2015-01-05 14:58:03 -05:00
Paul Lamere 948e3f1ef7 Changed 40x response test for unauthenticated playlist access 2015-01-05 14:55:39 -05:00
Paul Lamere d2d5fe9060 Added more output 2015-01-05 14:53:43 -05:00
Paul Lamere e2714bbd5e Merge pull request #42 from akx/session
Use Requests sessions for connection pooling
2015-01-05 14:52:47 -05:00
Paul Lamere 6b9d28de01 Merge pull request #38 from mattduck/support-snapshot-id-param
Support "snapshot-id" param for DELETE endpoints
2014-12-02 07:26:05 +01:00
Paul Lamere c804f38043 Merge pull request #36 from mattduck/fix-fn-remove-specific-occurrences
Fix remove_specific_occurrences function
2014-12-02 07:22:51 +01:00
Paul Lamere 202435f6a6 Updated to version 2.2 2014-11-15 07:23:47 -05:00
Paul Lamere 8adbfe6f6d Added playlist tracks method. Updated tests. 2014-11-15 07:20:11 -05:00
Paul Lamere 278b7d3005 Updated version number to 2.1.0 2014-10-25 06:46:04 -04:00
Paul Lamere 373218083f Added support for new_releases and featured_playlists endpoints. 2014-10-25 06:40:51 -04:00
Paul Lamere 06b54e4c1d more setup debugging 2014-08-25 17:49:00 -04:00
Paul Lamere a049f57bf6 more setup changes 2014-08-25 17:47:19 -04:00
Paul Lamere 9ba6cea623 Updated version numbers 2014-08-25 17:41:21 -04:00
Paul Lamere 8314091b80 Moved to spotipy at pypi 2014-08-25 17:30:31 -04:00
Paul Lamere d30cb66b05 fixed install instructions 2014-08-22 14:01:21 -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 6cf9f67c94 Create redirect_page.md 2014-08-22 13:31:06 -04:00
Paul Lamere 02fee8fb78 Header indent changes 2014-08-22 12:59:43 -04:00
Paul Lamere 5394deed31 Fixed up TOC levels 2014-08-22 12:36:18 -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 99f417088e Added images 2014-08-22 11:02:08 -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 080786654a Improved oauth docs 2014-08-22 09:23:06 -04:00
Paul Lamere 0c2fcecc16 working the docs 2014-08-21 14:26:19 -04:00
Paul Lamere a0016a15a5 fixup packaging for readthedocs 2014-08-21 14:12:17 -04:00
Paul Lamere 216f59f25b Readthedocs testing 2014-08-21 13:57:19 -04:00
Paul Lamere a3b54a81aa fixed abspath error 2014-08-21 12:31:34 -04:00
Paul Lamere c8ff3144b0 trying to get readthedocs to build 2014-08-21 12:29:09 -04:00
Paul Lamere 77c370a7e6 Fixed module to include client 2014-08-21 12:05:00 -04:00
Paul Lamere 5635252ad0 Added docs tree 2014-08-21 11:08:32 -04:00
Paul Lamere 0143b58837 Renamed spotipy to client to avoid confusion 2014-08-21 10:58:40 -04:00
Paul Lamere 9a3b5784b0 Fixed refresh token problem 2014-08-21 07:35:01 -04:00
Paul Lamere 1813b2502e reuse testing playlist for every test 2014-08-21 06:56:23 -04:00
Paul Lamere d3b61757c2 Updated README.md with changes 2014-08-20 16:35:05 -04:00
Paul Lamere 4e70a2f7f3 Fixed up the packaging a bit 2014-08-20 16:28:47 -04:00
Paul Lamere f43faea723 Added authtests 2014-08-20 15:50:32 -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 9629d97bd6 Updated version number for pip 2014-08-19 14:37:48 -04:00
Paul Lamere a17fb7c777 Updated version number 2014-08-19 13:20:57 -04:00
Paul Lamere 358b578d9c moved util into the main package 2014-08-17 10:28:56 -04:00
Paul Lamere e35ef206d5 Moved util module into main package 2014-08-17 10:28:56 -04:00
Paul Lamere 05a459e1bd Merge pull request #19 from mattduck/fix-auth-token-refreshing
Fix user having to log in after token refresh
2014-08-17 10:26:41 -04:00
Paul Lamere 6d6841d387 Updated README and setup with version info 2014-07-23 10:34:24 -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
Paul Lamere 58123eda31 Merge pull request #15 from JMPerez/master
Rename scope to playlist-modify-public
2014-07-21 13:28:15 -04: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
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
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
Paul Lamere 71bb395dfa Added 'add_to_playlist' example 2014-06-17 07:40:20 -04:00