Skip to content

Sdlearn/GoogleSearchCrawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is a simple google search results crawler

Before use this tool, please read these tips below.

1.  In order to extract search results from google, you would need a html 
parser, I have used BeautifulSoup. therefore, you need install 
BeautifulSoup in your python. For more information about BeautifuleSoup, please
visit:
        http://www.crummy.com/software/BeautifulSoup/

2.  The basic use of this tool
        $python gsearch.py 'your query key words' 
it will return about 10 extracted results. if you need more results, just
read the code, it's very easy to modify.

3. If there are any problems or bugs about this tool, please contact me.
        Email: [email protected] 

About

a tool for crawl Google search results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published