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
Nathan Coleman
7867c4fe28
Merge branch 'master' into support_changing_playlist_details
...
Conflicts:
spotipy/client.py
2016-11-15 12:43:35 -06: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
Alexey V Paramonov
aae5f0ee80
Added 'requests_timeout' option to tell Requests to stop waiting for a response after a given number of seconds
2016-10-29 17:02:25 +03: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
Josef Lindman Hörnlund
976b0d07e4
Add market parameter to tracks() call
2016-10-18 17:51:08 +02:00
Bang Dao
1f4189b1be
add me_playlists method
2016-10-18 10:14:54 +07:00
Hugh Rawlinson
5e3cc1f546
Add Audio-Analysis Endpoint Method
2016-10-15 14:41:48 +02:00
Jota Sprout
9cd153d78a
Humble Spelling Correction
...
Contributing sooner than expected. Yay.
2016-10-14 18:31:58 -04:00
Sebastian Bischoff
96e9d3b7df
Added support for proxy
2016-08-23 16:48:49 +02:00
Nathan Coleman
931abce4d7
Merge branch 'master' into support_changing_playlist_details
...
Conflicts:
spotipy/client.py
2016-08-22 21:29:52 -05:00
eugenio412
b6e6a316d6
Merge pull request #2 from plamere/master
...
patch
2016-08-13 20:31:32 +02:00
eugenio412
250e7d55c5
Merge pull request #1 from eugenio412/patch-1
...
include refresh_access_token method to the library
2016-08-13 20:26:06 +02:00
Luke Woloszyn
ff7b0f3e2a
get new access token ~60 seconds before old one times out
2016-07-27 08:10:45 -07: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
Jesse Ward
e0daaefab6
Fixed show_album example to retrieve album data. This example was
...
mistakenly fetching and displaying artist information.
2016-06-13 01:10:45 -04:00
eugenio412
c9888f16bc
Update client.py
...
it wasnt working before, now it is
2016-06-11 13:32:15 +02:00
eugenio412
891731c78e
Update oauth2.py
...
refresh access token is now available also for developers, not only for the library
2016-06-10 13:36:14 +02:00
eugenio412
0b9a0276c1
Update client.py
...
added available market on search and search now is also for artist by default
2016-06-10 13:33:45 +02: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
Nathan Coleman
59a0565867
Add to the contributor list
2016-05-31 20:10:57 -04:00
Nathan Coleman
80bcbb1893
Make a pass for cleanup and PEP8 compliance
2016-05-31 20:02:25 -04:00
Nathan Coleman
1fae780adb
Support changing details for a user playlist
2016-05-31 20:02:06 -04:00
Christopher Li
70701d8387
Adjusted docstring for user_playlist_unfollow method
2016-05-22 19:05:22 -04:00
Christopher Li
2096d32a4e
Added user_playlist_unfollow() method
2016-05-22 18:57:16 -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
Hugh Rawlinson
a1b3afabf4
Fixes a small example error
2016-05-08 11:01:05 +01:00
felipeumanzor
e8e82c3c49
Duplicated album detection improved
...
not case sensitive.
2016-04-16 20:20:35 -03:00
eugenio412
83e42efa88
include refresh_access_token method to the library
...
in this way it's possible to refresh token even if it's not cached but saved somewhere else
2016-04-08 17:12:31 +02: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