Google Search data crawler using python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Benziane f8c90f0f49 Edited README via GitHub před 13 roky
.scrapy initial commit před 13 roky
PyGoogleSearch initial commit před 13 roky
README Edited README via GitHub před 13 roky
pygs initial commit před 13 roky
scrapy.cfg initial commit před 13 roky

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