spotipy/spotipy
Cserna Zsolt f1bd67523d util.py: add local http server to serve redirects
When spotify redirects the browser to localhost, serve the page with a
simple http server implemented by HTTPServer. By this way, we can obtain
the tokens the oauth service want so provide us, and no need to input the
user the redirect URL.

This method only works when the application in spotify developer dashboard
is configured to redirect the requests to localhost.

(Added before being supported upstream: https://github.com/plamere/spotipy/pull/243)
2018-04-24 01:49:19 -05:00
..
__init__.py Initial run of 2to3 2015-06-05 12:07:28 +03:00
client.py Close request object, not the whole connection. Allows keepalive 2018-04-24 01:21:35 -05:00
oauth2.py Merge pull request #206 from lastfm/feature/add-show-dialog-auth-option 2017-09-17 11:57:01 -04:00
util.py util.py: add local http server to serve redirects 2018-04-24 01:49:19 -05:00