Python Library to get google search results.
pip install pygsearchlib
pip install --upgrade pygsearchlib
from pygsearchlib import GoogleSearch
google_search = GoogleSearch()
query = "Python"
for j in g_search.search(query):
print(j)| Name | Name | Last commit date | ||
|---|---|---|---|---|