Bulk Bing Image Downloader (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 ، مثل Filter حسب الترخيص ، وحجم الصورة ، وما إلى ذلك كل ما عليك فعله هو تطبيق المرشحات التي تريدها عبر موقع Bing ونسخها من عنوان URL. وهي موجودة بعد &qft=
وقبل &
.
على سبيل المثال ، عندما تبحث عن code
وتطبيق المرشحات past week
وحجم الصورة 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