forked from meibenjin/GoogleSearchCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
17 lines (13 loc) · 689 Bytes
/
README
File metadata and controls
17 lines (13 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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