如何使用来自IPython的google-api-python-client OAuth?

时间:2017-04-18 15:07:16

标签: python oauth google-api google-api-python-client

我想登录Google并获取要在IPython中使用的令牌。我发现的所有示例都需要填写scopenext consumer_key或更糟:我的密码......

理想情况下会是这样的:

>>> import googleapiclient.auth
>>> a = gdata.auth(scope='http://photos.google.com', username='mygooglename')
>>> a.get_token()
http://google.com/auth?token=jdlkfjwrefgjroiwfofewjhfejehk

>>> g = gdata.photos.PhotosService(a)

有类似的东西吗?

0 个答案:

没有答案