Google Search data crawler using python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Benziane f8c90f0f49 Edited README via GitHub il y a 13 ans
.scrapy initial commit il y a 13 ans
PyGoogleSearch initial commit il y a 13 ans
README Edited README via GitHub il y a 13 ans
pygs initial commit il y a 13 ans
scrapy.cfg initial commit il y a 13 ans

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