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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?