• 授权协议:-
  • 开发厂商:-
  • 软件语言:Python
  • 更新日期:2011-01-03
pyGoogle

pyGoogle 是 Python 对 Google API 的封装。>>> google.setLicense # must get your own key!

pyGoogle Python的Google API封装 项目简介

pyGoogle 是 Python 对 Google API 的封装。 示例代码: >>> import google
>>> google.setLicense('...') # must get your own key!
>>> data = google.doGoogleSearch('python')
>>> data.meta.searchTime
0.043221000000000002

>>> data.results[0].URL
'http://www.python.org/'

>>> data.results[0].title
'Python Language Website'

pyGoogle Python的Google API封装 评论内容