googlesearch

Google search from Python.

  • 所有者: MarioVilas/googlesearch
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

googlesearch

Google search from Python.

https://python-googlesearch.readthedocs.io/en/latest/

Usage example

# Get the first 20 hits for: "Breaking Code" WordPress blog
from googlesearch import search
for url in search('"Breaking Code" WordPress blog', stop=20):
    print(url)

Installing

pip install google

主要指标

概览
名称与所有者MarioVilas/googlesearch
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2012-10-22 11:06:01
推送于2022-08-12 14:12:15
最后一次提交2020-11-01 17:41:11
发布数3
最新版本名称v3.0.0 (发布于 2020-07-11 16:40:05)
第一版名称v1.05 (发布于 2013-09-12 10:49:55)
用户参与
星数0.9k
关注者数71
派生数388
提交数146
已启用问题?
问题数71
打开的问题数5
拉请求数23
打开的拉请求数2
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?