대량 빙 이미지 다운로더 (Bbid) 는 다운로더입니다.
pip install git+https://github.com/ostrolucky/Bulk-Bing-Image-downloader
usage: bbid.py [-h] [-f] [-o OUTPUT] [-a] [-g] [--filters FILTERS] [--limit LIMIT] [-t THREADS]
search_string [search_string ...]
Bing image bulk downloader
positional arguments:
search_string Keyword to search
optional arguments:
-h, --help show this help message and exit
-f, --search-file search-string is a path to a file containing search strings line by line
-o OUTPUT, --output OUTPUT
Output directory
-a, --adult-filter-off
Disable adult filter
-g, --animated-gif Disable adult filter
--filters FILTERS Any query based filters you want to append when searching for images, e.g. +filterui:license-L1
--limit LIMIT Make sure not to search for more than specified amount of images.
-t THREADS, --threads THREADS
Number of threads
또는 원하는 경우 YouTube 튜토리얼을 볼 수 있습니다.
bbid hello world
라이센스, 이미지 크기 등의 필터와 같은 Bing의 필터 중 일부를 적용 할 수 있습니다. Bbid는 이들의 인간 읽기 쉬운 변형에 노출되지 않지만 Bing 웹 사이트에서 노출 된 모든 필터를 활용할 수 있습니다. Bing 웹 사이트를 통해 원하는 필터를 적용하고 URL에서 복사하기 만하면됩니다. 그들은 &qft=
이후에 그리고 &
이전에 있습니다.
예를 들어, past week
code
를 검색하고 필터를 적용 할 때 이미지 크기가 large
URL이 표시됩니다 http://www.bing.com/images/search?sp=-1&pq=code&sc=0-0&sk=&cvid=39A810C4AF314AB6A5A923F4FB6E5282&q=code&qft=+filterui:age-lt10080+filterui:imagesize-large&FORM=IRFLTR
이 URL에서 추출하려는 문자열 필터 +filterui:age-lt10080+filterui:imagesize-large
. 그런 다음 -필터와 함께 Bbid로 적용 할 수 있습니다.
bbid code --filters +filterui:age-lt10080+filterui:imagesize-large