YYuanAnyVision / bing_image_downloader

Python liberary to download bulk of images form Bing.com

Home Page:https://pypi.org/project/bing-image-downloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bing Image Downloader


Python liberary to download bulk of images form Bing.com.It uses async url, so it is very fast.

Disclaimer

This program lets you download tons of images from Bing. Please do not download or use any image that violates its copyright terms.

Installation

pip install bing-image-downloader

or

git clone https://github.com/gurugaurav/bing_image_downloader
cd bing_image_downloader
pip install .

Usage

from bing_image_downloader import downloader
downloader.download(query_string, limit=100, adult_filter_off=True, force_replace=False)

query_string : String to be searched.
limit : Number of images to download.
adult_filter_off : Enable of disable adult filteration.
force_replace : Delete folder if present and start a fresh download.

PyPi

https://pypi.org/project/bing-image-downloader/

About

Python liberary to download bulk of images form Bing.com

https://pypi.org/project/bing-image-downloader/

License:MIT License


Languages

Language:Python 100.0%