Google Search data crawler using python
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Benziane f8c90f0f49 Edited README via GitHub 13 år sedan
.scrapy initial commit 13 år sedan
PyGoogleSearch initial commit 13 år sedan
README Edited README via GitHub 13 år sedan
pygs initial commit 13 år sedan
scrapy.cfg initial commit 13 år sedan

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