Commit Graph

175 Commits

Author SHA1 Message Date
Willie Zhu
6d67858e8c Add audio analysis API 2016-12-15 16:21:05 -05:00
Paul Lamere
39d4ee4193 Merge pull request #126 from jairogcontreras/master
fixed incorrect comment about purpose of script
2016-12-10 11:44:09 -05:00
Paul Lamere
e19f77cb50 Merge pull request #129 from jasonhamilton/master
fixes test for related artists.  Fixes issue #128.
2016-12-10 11:43:42 -05:00
Paul Lamere
50a172304b Merge pull request #136 from SzySteve/follow-playlist
add follow playlist api call
2016-12-10 11:43:00 -05:00
Stephen
a97959c54e add follow playlist api call 2016-12-08 14:38:46 -05:00
Jason Hamilton
7f0f7efe49 fixes test for related artists. Fixes issue #128. 2016-11-11 11:28:40 -08:00
jairogcontreras
1e937dd29f fixed incorrect comment about purpose of script 2016-11-02 13:51:32 -07:00
Paul Lamere
22558bc253 Merge pull request #124 from steinitzu/fix-recommendations-params
Recommendations seeds parameters formatted as a comma seperated list
2016-10-24 14:47:32 -04:00
steinitzu
1304ac33c0 Recommendations seeds parameters formatted as a comma seperated list to
comply with Spotify API. Fixes problem of only first
seed_artist/track/genre being used to generate recommendations.

Mltiple params in the form of "seed_artist=xxxx&seed_artists=yyyy"
results in Spotify API ignoring everything but the first parameter.
2016-10-24 12:19:08 -04:00
Paul Lamere
3f87a8b879 Merge pull request #104 from KevinMGranger/doc_special_fix
Make special-members only show __init__
2016-06-20 10:52:48 -04:00
Kevin M Granger
c0cb456999 Make special-members only show __init__
We don't need to see all of __dict__, thanks!
2016-06-20 10:30:15 -04:00
Paul Lamere
76421babf6 Merge pull request #103 from KevinMGranger/document_init
Make docs show __init__ docstrings
2016-06-16 20:52:44 -04:00
Paul Lamere
5179ce2061 Merge pull request #102 from KevinMGranger/oauth_cache_tests
Add OAuth cache tests
2016-06-16 20:52:07 -04:00
Kevin M Granger
8a26e03178 Add OAuth cache tests 2016-06-16 20:34:10 -04:00
Kevin M Granger
848cbe5b98 Make docs show __init__ docstrings 2016-06-15 12:09:25 -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
Johan Brodin
5860a5dc2c Added market parameter to user_playlist_tracks
According to https://developer.spotify.com/web-api/get-playlists-tracks/ this endpoints supports an market option. This is important to specify if you want to ensure 'preview_url' on your tracks (https://github.com/spotify/web-api/issues/148)
2016-06-09 09:42:51 +02: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
Hugh Rawlinson
a1b3afabf4 Fixes a small example error 2016-05-08 11:01:05 +01: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
Matt Kane
7472f41948 add recommendations endpoints 2016-03-30 15:08:34 -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
Joona Hoikkala
42f3921a0f Tox configuration for running test for Python 2.7 and 3.4 at once. 2015-06-05 14:00:00 +03:00
Joona Hoikkala
660f34b343 Close the connection when done 2015-06-05 13:49:01 +03:00
Joona Hoikkala
c944cc772f Fixes for the remaining base64 lib references 2015-06-05 13:17:58 +03:00
Joona Hoikkala
a541b3bb81 Support both Python 2 & 3 base64 library 2015-06-05 13:12:36 +03:00
Ryan
a3a68be7bc ascii decode in _refresh_access_token 2015-06-05 12:21:37 +03:00
Joona Hoikkala
1737a550d3 Fix for python 2 to use the safe raw_input() per default 2015-06-05 12:19:38 +03:00
Joona Hoikkala
d6a14bc83d Urllib compatibility fix to support both python 2 & 3 2015-06-05 12:16:30 +03:00
Joona Hoikkala
d08f7a82dc Support print() as function in Python 2 2015-06-05 12:14:13 +03:00
Joona Hoikkala
3d46d7a035 Removed old comment, as the API is fixed in this regard 2015-06-05 12:12:34 +03:00
Joona Hoikkala
f19682cc80 Fixed (byte)string handling when calling base64 lib 2015-06-05 12:11:06 +03:00
Joona Hoikkala
1f833afa45 Initial run of 2to3 2015-06-05 12:07:28 +03: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