Google Search data crawler using python
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Benziane f8c90f0f49 Edited README via GitHub hace 13 años
.scrapy initial commit hace 13 años
PyGoogleSearch initial commit hace 13 años
README Edited README via GitHub hace 13 años
pygs initial commit hace 13 años
scrapy.cfg initial commit hace 13 años

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