Google Search data crawler using python
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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