Skip to content

subho007/python-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python mass downloader using BING Search API v2.0 and Google Search

This small python script can be used to download files from the result obtained by the search key provided. This is a small utility written for dummy mass download, for your fuzzing needs !

Requirements

Usage

For Bing Search Downloader

Please set your API key in the script replacing <BING-API-ID>

python bing_search_api.py -h
Usage: bing_search_api.py [options]

Options:
  -h, --help            show this help message and exit
  -s SEARCH, --search=SEARCH
                        keyword to SEARCH
  -f WEBFILE, --file=WEBFILE
                        Filetype to SEARCH
  -n NUM, --number=NUM  Number of results to SEARCH

For Google Search Downloader

./google-downloader.py --help
Usage: google-downloader.py [options]

Options:
  -h, --help            show this help message and exit
  -s SEARCH, --search=SEARCH
                        keyword to SEARCH
  -n NUM, --number=NUM  Number of results to SEARCH
  -d DOMAIN, --domain=DOMAIN
                        The url you want google.com or google.co.in, all you
                        have to do is enter 'com' or 'co.in' etc.
  -l LANGUAGE, --language=LANGUAGE
                        Select your language (Default en)

Author

Coded by Subho Halder

Feel free to contact me !

About

Python downloader using Bing API v 2.0 and Google Search !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages