googlesearch

Google search from Python.

  • Owner: MarioVilas/googlesearch
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerMarioVilas/googlesearch
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2012-10-22 11:06:01
Pushed At2022-08-12 14:12:15
Last Commit At2020-11-01 17:41:11
Release Count3
Last Release Namev3.0.0 (Posted on 2020-07-11 16:40:05)
First Release Namev1.05 (Posted on 2013-09-12 10:49:55)
用户参与
Stargazers Count0.9k
Watchers Count71
Fork Count388
Commits Count146
Has Issues Enabled
Issues Count71
Issue Open Count5
Pull Requests Count23
Pull Requests Open Count2
Pull Requests Close Count12
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private