Google Search data crawler using python
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Benziane f8c90f0f49 Edited README via GitHub 13 anni fa
.scrapy initial commit 13 anni fa
PyGoogleSearch initial commit 13 anni fa
README Edited README via GitHub 13 anni fa
pygs initial commit 13 anni fa
scrapy.cfg initial commit 13 anni fa

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