Skip to content

Send search query to Google and parse the search results

Notifications You must be signed in to change notification settings

yangchiu/google-search-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Search Query to Google and Parse the Search Results

google_search.py

  • do the google search and parse the search results
  • (extract url, title, summary, mime)
  • get the "best matched part" of this parsed query result

result_match.py

  • get a parsed query result from google_search.py
  • get the "best matched part" from this parsed query result
  • get the webpage url from the parsed query result
  • get the full article of this webpage
  • search for the "best matched part" in this full article
  • get a longer summary!

About

Send search query to Google and parse the search results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages