1
0
Fork 0
Google Search data crawler using python
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Benziane f8c90f0f49 Edited README via GitHub vor 13 Jahren
.scrapy initial commit vor 13 Jahren
PyGoogleSearch initial commit vor 13 Jahren
README Edited README via GitHub vor 13 Jahren
pygs initial commit vor 13 Jahren
scrapy.cfg initial commit vor 13 Jahren

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