
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
bing-image-downloader
Advanced tools
Python library to download bulk of images form Bing.com.
This package uses async url, which makes it very fast while downloading.
This program lets you download tons of images from Bing. Please do not download or use any image that violates its copyright terms.
pip install bing-image-downloader
or
git clone https://github.com/gurugaurav/bing_image_downloader
cd bing_image_downloader
pip install .
from bing_image_downloader import downloader
downloader.download(query_string, limit=100, output_dir='dataset', adult_filter_off=True, force_replace=False, timeout=60, verbose=True)
query_string
: String to be searched.
limit
: (optional, default is 100) Number of images to download.
output_dir
: (optional, default is 'dataset') Name of output dir.
adult_filter_off
: (optional, default is True) Enable of disable adult filteration.
force_replace
: (optional, default is False) Delete folder if present and start a fresh download.
timeout
: (optional, default is 60) timeout for connection in seconds.
filter
: (optional, default is "") filter, choose from [line, photo, clipart, gif, transparent]
verbose
: (optional, default is True) Enable downloaded message.
You can also test the programm by runnning test.py keyword
https://pypi.org/project/bing-image-downloader/
You can buy me a coffee if this project was helpful to you.
FAQs
Python library to download bulk images from Bing.com
We found that bing-image-downloader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.