Google Search data crawler using python
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Benziane f8c90f0f49 Edited README via GitHub 13 yıl önce
.scrapy initial commit 13 yıl önce
PyGoogleSearch initial commit 13 yıl önce
README Edited README via GitHub 13 yıl önce
pygs initial commit 13 yıl önce
scrapy.cfg initial commit 13 yıl önce

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