Google Search data crawler using python
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
Benziane f8c90f0f49 Edited README via GitHub 13 年前
.scrapy initial commit 13 年前
PyGoogleSearch initial commit 13 年前
README Edited README via GitHub 13 年前
pygs initial commit 13 年前
scrapy.cfg initial commit 13 年前

README

This project is released to the public domain.
It is based on Scrapy open source screen scrapping.
contact: spike@boxls.com

PyGoogleSeach is a simple Google Data crawler. I created a simple command line
interface to make queries, it exports the results in json format to the file
data.json.

Requirements:
- you must install Scrapy.

USAGE:
$ ./pygs 'your query'

when the crawler finishes it will output data.json file on the base directory