From 118776f5302948f0f2ed1bcc2ee9c2c2fc858b01 Mon Sep 17 00:00:00 2001 From: Nitesh kumar Gupta Date: Tue, 3 May 2022 19:38:42 +0530 Subject: [PATCH] egg-info directory removed --- bing_image_downloader.egg-info/PKG-INFO | 82 ------------------- bing_image_downloader.egg-info/SOURCES.txt | 11 --- .../dependency_links.txt | 1 - bing_image_downloader.egg-info/top_level.txt | 1 - 4 files changed, 95 deletions(-) delete mode 100644 bing_image_downloader.egg-info/PKG-INFO delete mode 100644 bing_image_downloader.egg-info/SOURCES.txt delete mode 100644 bing_image_downloader.egg-info/dependency_links.txt delete mode 100644 bing_image_downloader.egg-info/top_level.txt diff --git a/bing_image_downloader.egg-info/PKG-INFO b/bing_image_downloader.egg-info/PKG-INFO deleted file mode 100644 index eba6059..0000000 --- a/bing_image_downloader.egg-info/PKG-INFO +++ /dev/null @@ -1,82 +0,0 @@ -Metadata-Version: 2.1 -Name: bing-image-downloader -Version: 1.1.2 -Summary: Python library to download bulk images from Bing.com -Home-page: https://github.com/gurugaurav/bing_image_downloader -Author: Guru Prasad Singh -Author-email: g.gaurav541@gmail.com -License: UNKNOWN -Keywords: bing,images,scraping,image download,bulk image downloader -Platform: UNKNOWN -Classifier: Programming Language :: Python :: 3 -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: OS Independent -Description-Content-Type: text/markdown -License-File: LICENSE - -![GitHub top language](https://img.shields.io/github/languages/top/gurugaurav/bing_image_downloader) -![GitHub](https://img.shields.io/github/license/gurugaurav/bing_image_downloader) -[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fgurugaurav%2Fbing_image_downloader&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) -## Bing Image Downloader -
- -Python library to download bulk of images form Bing.com. -This package uses async url, which makes it very fast while downloading.
- - -### 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
-```sh -pip install bing-image-downloader -``` - -or -```bash -git clone https://github.com/gurugaurav/bing_image_downloader -cd bing_image_downloader -pip install . -``` - - - -### Usage
-```python -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` - - -### PyPi
-https://pypi.org/project/bing-image-downloader/ - - - - -
- -### Donate -You can buy me a coffee if this project was helpful to you.
- -[Show your support](https://www.buymeacoffee.com/gurugaurav) - - - - - - diff --git a/bing_image_downloader.egg-info/SOURCES.txt b/bing_image_downloader.egg-info/SOURCES.txt deleted file mode 100644 index 902848d..0000000 --- a/bing_image_downloader.egg-info/SOURCES.txt +++ /dev/null @@ -1,11 +0,0 @@ -LICENSE -README.md -setup.cfg -setup.py -bing_image_downloader/__init__.py -bing_image_downloader/bing.py -bing_image_downloader/downloader.py -bing_image_downloader.egg-info/PKG-INFO -bing_image_downloader.egg-info/SOURCES.txt -bing_image_downloader.egg-info/dependency_links.txt -bing_image_downloader.egg-info/top_level.txt \ No newline at end of file diff --git a/bing_image_downloader.egg-info/dependency_links.txt b/bing_image_downloader.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/bing_image_downloader.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/bing_image_downloader.egg-info/top_level.txt b/bing_image_downloader.egg-info/top_level.txt deleted file mode 100644 index a10aff0..0000000 --- a/bing_image_downloader.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -bing_image_downloader