Commit Graph

  • dabd1ff0e3 Add API auth wrapper to util master David Todd 2018-04-24 19:54:45 -0500
  • ee5e47473e version bump to 1.5.0-alpha David Todd 2018-04-24 18:18:28 -0500
  • f42801ae90 Propagate refresh token error #259 LoisaidaSam 2018-02-23 13:37:59 -0500
  • 9c9ae86a23 obtain_token_localhost() use same arguments as prompt_for_user_token() David Todd 2018-04-24 16:20:08 -0500
  • 7e38eddb49
    Update README.md David Todd 2018-04-24 01:55:38 -0500
  • dd88ad305c Update README David Todd 2018-04-24 01:54:33 -0500
  • f1bd67523d util.py: add local http server to serve redirects Cserna Zsolt 2018-01-04 22:46:24 +0100
  • 9eb1c67726 Close request object, not the whole connection. Allows keepalive Nick Sonneveld 2018-03-30 15:06:04 +1100
  • 4c2c1d763a Merge pull request #217 from hugovk/update-versions Paul Lamere 2017-10-01 06:15:43 -0400
  • 68e1193f45 Add Python 3.5, 3.6, drop unsupported 2.6, 3.2, 3.3 hugovk 2017-10-01 11:35:59 +0300
  • df6c089fcb Merge pull request #213 from hugovk/patch-1 Paul Lamere 2017-09-17 17:04:37 -0400
  • ffa6d77a08 Markdown formatting and consistency Hugo 2017-09-18 00:00:50 +0300
  • 328fc1a4ae Merge pull request #196 from nathancoleman/playlist_description_support Paul Lamere 2017-09-17 12:04:45 -0400
  • 91d89c3256 Merge branch 'master' into playlist_description_support Paul Lamere 2017-09-17 12:03:49 -0400
  • 0e40d2bfc2 Merge pull request #212 from wesleybratt/patch-1 Paul Lamere 2017-09-17 11:59:21 -0400
  • d31214642d Merge pull request #206 from lastfm/feature/add-show-dialog-auth-option Paul Lamere 2017-09-17 11:57:01 -0400
  • 6aac91747f Merge pull request #205 from hvp/patch-1 Paul Lamere 2017-09-17 11:55:11 -0400
  • 43b656dd71 Merge pull request #204 from waterafternoon/patch-1 Paul Lamere 2017-09-17 11:54:21 -0400
  • 9054cfecfb Merge pull request #185 from ncordon/patch-1 Paul Lamere 2017-09-17 11:50:08 -0400
  • c06cba6849 Merge pull request #184 from Acrobot/patch-1 Paul Lamere 2017-09-17 11:48:58 -0400
  • 618994c0f0 Merge pull request #183 from moyiz/master Paul Lamere 2017-09-17 11:46:53 -0400
  • d0143f74b0 Merge pull request #182 from happyleavesaoc/connect-api Paul Lamere 2017-09-17 11:43:08 -0400
  • 133f66ccd9 Merge pull request #179 from richardmitic/token-scope-check Paul Lamere 2017-09-17 11:40:36 -0400
  • cd6475f65c Merge pull request #202 from lorenzofar/master Paul Lamere 2017-09-17 11:34:55 -0400
  • 58029fbb84 Merge pull request #173 from shantanugoel/fix_headless_execution Paul Lamere 2017-09-17 11:33:44 -0400
  • 8297e138ca Merge pull request #191 from ErikBjare/master Paul Lamere 2017-09-17 11:32:29 -0400
  • a99d20470f Merge pull request #169 from jessejoe/add_cache_path_param Paul Lamere 2017-09-17 11:17:37 -0400
  • 6c572ff5cd update user_playlists_contents.py wesleybratt 2017-09-10 20:05:42 -0700
  • ca3866dee6 fix append device happyleaves 2017-08-17 20:57:04 -0400
  • 6c3c384bf0 Add show_dialog auth url option Thomas Hooper 2017-08-02 10:36:10 +0100
  • fc798aa684 Update user_playlists_contents.py Harrison Perry 2017-07-26 17:24:25 +0100
  • 1a03750ecf Passing credentials into method waterafternoon 2017-07-22 08:23:33 -0700
  • e1ca998b3a Added recently played endpoint Lorenzo Farinelli 2017-07-10 23:52:40 +0200
  • 4c3238fb17 Add playlist description field to create/update examples Nathan Coleman 2017-06-02 18:51:59 -0500
  • f5bb6db89f Add support for description field on playlist create/update Nathan Coleman 2017-06-02 18:51:38 -0500
  • 9d47b98eab added currently playing endpoint Erik Bjäreholt 2017-05-13 10:35:48 +0200
  • 5171911342 Changes critical is not for != Nacho Cordón 2017-04-14 21:04:24 +0200
  • 7a5243dd64 Fix quote formatting according to PEP 257 Andrzej Pomirski 2017-04-11 15:27:51 +0200
  • 233ba44827 Added support for following an artist or user moyiz 2017-04-11 14:04:12 +0300
  • 544614f4b1 connect api happyleaves 2017-04-07 16:40:50 -0400
  • dab5e08b7a Token cache handles null scopes correctly Richard Mitic 2017-04-01 09:52:36 +0200
  • ab2f52e81a Fix execution on headless systems where webbrowser module may not be present Shantanu Goel 2017-03-21 18:38:39 +0530
  • 403ab1cfa1 Add cache_path as an argument to prompt_for_user_token() Jesse Jarzynka 2017-03-08 00:51:39 -0500
  • 7499d8e511 Adjusted retry sleep backoff Paul Lamere 2017-01-22 08:04:51 -0500
  • 6261eae0e2 Fixed warn to work with varargs Paul Lamere 2017-01-22 07:52:00 -0500
  • dc996b363f Merge pull request #158 from josduj/master Paul Lamere 2017-01-18 17:58:22 -0500
  • de1ec301e5 Added read_a_playlist example Paul Lamere 2017-01-18 17:55:05 -0500
  • d2f047514d Merge pull request #150 from mbirtwell/state_per_authorize_tests Paul Lamere 2017-01-18 17:38:40 -0500
  • e1344e2221 Proper requests version Paul Lamere 2017-01-18 17:35:23 -0500
  • 8b84bd8bd0 Merge pull request #148 from mbirtwell/make_is_token_expired_public Paul Lamere 2017-01-18 17:34:47 -0500
  • 4f15a6f07e Fixes error when scope is not set josduj 2017-01-18 10:26:14 +0100
  • 19449da361 Add unittest for state per authorize Michael Birtwell 2017-01-07 14:56:13 +0000
  • 8dc90d2687 Add me to the contributors list Michael Birtwell 2017-01-07 16:19:18 +0000
  • d092683be3 Make is_token_expired public Michael Birtwell 2017-01-07 13:17:57 +0000
  • f638b0c59b Merge pull request #149 from mbirtwell/python3_with_six Paul Lamere 2017-01-07 10:55:43 -0500
  • 90eceeb530 Merge pull request #147 from mbirtwell/state_per_authorize Paul Lamere 2017-01-07 10:42:05 -0500
  • 72a2fe489d Use six to simplify python 2/3 compatibilty code where possible Michael Birtwell 2017-01-07 15:18:46 +0000
  • 5aadb284ff Add support for setting state in get_authorise_url Michael Birtwell 2017-01-07 13:13:35 +0000
  • bf219eb264 bumped version Paul Lamere 2017-01-05 06:23:58 -0500
  • 8f3afec197 Merge pull request #145 from carlosedp/patch-1 Paul Lamere 2017-01-04 14:32:21 -0500
  • e2b03937e7 Update client.py Carlos Eduardo 2017-01-04 17:20:47 -0200
  • 463d6c0878 Update function to make it compatible to Python 3. Carlos Eduardo 2017-01-04 15:53:50 -0200
  • a1cf1bd309 Merge pull request #144 from mbirtwell/fix_unittest_for_refresh_access_token_rename Paul Lamere 2017-01-03 17:46:53 -0500
  • 2b5583f2e6 Fix the unit tests Michael Birtwell 2017-01-03 20:50:26 +0000
  • fda9172935 Added title_chain example Paul Lamere 2017-01-02 17:21:59 -0500
  • a150103605 Updated version Paul Lamere 2017-01-02 12:12:48 -0500
  • 88a1291fe4 Updated revision Paul Lamere 2017-01-02 12:12:13 -0500
  • c8ff4b960a Fixed proxy issue Paul Lamere 2017-01-02 12:11:27 -0500
  • f055db8fb3 bump the version number Paul Lamere 2017-01-02 10:30:08 -0500
  • 01d3e1097b Merge pull request #142 from Baschdl/audio-features_one-song Paul Lamere 2017-01-02 10:28:49 -0500
  • 41177ccb07 Updated revision number for push to pypi Paul Lamere 2017-01-02 09:01:34 -0500
  • c14ee51a4c Merge branch 'master' into audio-features_one-song Sebastian Bischoff 2017-01-02 14:58:52 +0100
  • 87a4e8cb48 Add fetching of audio features of one song Sebastian Bischoff 2017-01-02 14:57:48 +0100
  • 408a3bbc36 Merge pull request #115 from Baschdl/proxy Paul Lamere 2017-01-02 08:56:56 -0500
  • 1ef89cfd2c Merge branch 'master' into proxy Sebastian Bischoff 2017-01-02 14:43:40 +0100
  • a7840c8cec Updated version numbers Paul Lamere 2016-12-31 19:06:17 -0500
  • cb2d385845 Merge pull request #71 from myselfhimself/myselfhimself-scope-subsets Paul Lamere 2016-12-31 18:56:35 -0500
  • f683535165 added current_user_saved_albums_add() Paul Lamere 2016-12-31 18:51:37 -0500
  • 6cbc3586a3 Merge branch 'nathancoleman-support_changing_playlist_details' Paul Lamere 2016-12-31 18:08:34 -0500
  • 6b8ef3f4b0 Merge branch 'support_changing_playlist_details' of https://github.com/nathancoleman/spotipy into nathancoleman-support_changing_playlist_details Paul Lamere 2016-12-31 18:07:41 -0500
  • 07b6c052e3 Merge pull request #109 from lwoloszy/master Paul Lamere 2016-12-31 17:56:42 -0500
  • eecff1fce7 Expanded 404 test Paul Lamere 2016-12-31 17:38:33 -0500
  • d5fb9f2f89 Merge pull request #110 from eugenio412/master Paul Lamere 2016-12-31 17:54:03 -0500
  • 01ff9f1025 Merge pull request #88 from eugenio412/patch-1 Paul Lamere 2016-12-31 17:21:46 -0500
  • 6daccacd99 Merge pull request #49 from greenkey/fix/Issue#41 Paul Lamere 2016-12-31 11:50:42 -0500
  • f98791e8e3 Merge pull request #67 from arska/master Paul Lamere 2016-12-31 11:48:53 -0500
  • 325bf99a29 Added market search tests Paul Lamere 2016-12-31 11:47:41 -0500
  • bfef299e43 Merge pull request #62 from mattiamaestrini/search_market Paul Lamere 2016-12-31 11:41:44 -0500
  • 920c4fbd4a Merge pull request #65 from code-kitchen/retry-after Paul Lamere 2016-12-31 11:32:32 -0500
  • e176e9e4a8 Merge pull request #100 from jesseward/example-show-album Paul Lamere 2016-12-31 11:07:10 -0500
  • 3a385c5181 Merge pull request #91 from felipeumanzor/patch-1 Paul Lamere 2016-12-31 11:06:14 -0500
  • c319176882 Merge pull request #66 from gpoul/fix-usage Paul Lamere 2016-12-31 11:00:26 -0500
  • 36c830021f added unfollow endpoint + tests Paul Lamere 2016-12-31 10:58:01 -0500
  • 18e5811539 added current_user_playlists example Paul Lamere 2016-12-31 10:19:43 -0500
  • 76df337079 Added test for current_user_playlists Paul Lamere 2016-12-31 10:18:46 -0500
  • 7632696106 Merge pull request #94 from LiYChristopher/user_unfollow Paul Lamere 2016-12-31 10:33:24 -0500
  • 1573940058 Merge pull request #119 from jotasprout/master Paul Lamere 2016-12-31 10:23:10 -0500
  • ed06678353 Merge pull request #120 from hughrawlinson/patch-1 Paul Lamere 2016-12-31 10:21:06 -0500
  • fd35ddbeb7 Merge pull request #121 from squallcs12/add-me-playlists Paul Lamere 2016-12-31 10:10:56 -0500
  • b48990f02a renamed me_playlists t Paul Lamere 2016-12-31 10:10:22 -0500