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