Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenorb/gsrchdwn
Python script to download files via Google search
https://github.com/kenorb/gsrchdwn
command-line google-search python-script
Last synced: 14 days ago
JSON representation
Python script to download files via Google search
- Host: GitHub
- URL: https://github.com/kenorb/gsrchdwn
- Owner: kenorb
- Created: 2014-01-23T10:29:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T16:54:56.000Z (about 10 years ago)
- Last Synced: 2023-05-15T22:35:15.231Z (over 1 year ago)
- Topics: command-line, google-search, python-script
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gsrchDwn
========Python script to download files via google search
Requirements
============In order to use the script you need to install Python 2.7 from http://www.python.org/getit/ and the following packages:
- setuptools: https://pypi.python.org/pypi/setuptools#installation-instructions
- xgoogle: https://github.com/pkrumins/xgoogleFor each package just run:
```
py setup.py build
py setup.py install
```Usage
=====
```
py gsrchDwn.py --query [query_text] [--ftype file_extension] [--cnt contine_result_number] [--dir download_dir]
```