forked from meibenjin/GoogleSearchCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Sdlearn/GoogleSearchCrawler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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: meibenjin@gmail.com
About
a tool for crawl Google search results
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published