bing-image-downloader


Namebing-image-downloader JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/gurugaurav/bing_image_downloader
SummaryPython library to download bulk images from Bing.com
upload_time2022-02-10 05:39:05
maintainer
docs_urlNone
authorGuru Prasad Singh
requires_python
license
keywords bing images scraping image download bulk image downloader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![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
<hr>

Python library to download bulk of images form Bing.com.
This package uses async url, which makes it very fast while downloading.<br/>


### Disclaimer<br />

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

### Installation <br />
```sh
pip install bing-image-downloader
```

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



### Usage <br />
```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.<br />
`limit` : (optional, default is 100) Number of images to download.<br />
`output_dir` : (optional, default is 'dataset') Name of output dir.<br />
`adult_filter_off` : (optional, default is True) Enable of disable adult filteration.<br />
`force_replace` : (optional, default is False) Delete folder if present and start a fresh download.<br />
`timeout` : (optional, default is 60) timeout for connection in seconds.<br />
`filter` : (optional, default is "") filter, choose from [line, photo, clipart, gif, transparent]<br />
`verbose` : (optional, default is True) Enable downloaded message.<br />


You can also test the programm by runnning `test.py keyword`


### PyPi <br />
https://pypi.org/project/bing-image-downloader/




</br>

### Donate
You can buy me a coffee if this project was helpful to you.</br>

[<img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg" alt="Show your support" width="180"/>](https://www.buymeacoffee.com/gurugaurav)
  






            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gurugaurav/bing_image_downloader",
    "name": "bing-image-downloader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bing,images,scraping,image download,bulk image downloader",
    "author": "Guru Prasad Singh",
    "author_email": "g.gaurav541@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/a5/2151c13f10a365617bceba904e7ae27a352dd847fe1a4d3d02b2e7d94736/bing_image_downloader-1.1.2.tar.gz",
    "platform": "",
    "description": "![GitHub top language](https://img.shields.io/github/languages/top/gurugaurav/bing_image_downloader)\n![GitHub](https://img.shields.io/github/license/gurugaurav/bing_image_downloader)\n[![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)\n## Bing Image Downloader\n<hr>\n\nPython library to download bulk of images form Bing.com.\nThis package uses async url, which makes it very fast while downloading.<br/>\n\n\n### Disclaimer<br />\n\nThis program lets you download tons of images from Bing.\nPlease do not download or use any image that violates its copyright terms. \n\n### Installation <br />\n```sh\npip install bing-image-downloader\n```\n\nor \n```bash\ngit clone https://github.com/gurugaurav/bing_image_downloader\ncd bing_image_downloader\npip install .\n```\n\n\n\n### Usage <br />\n```python\nfrom bing_image_downloader import downloader\ndownloader.download(query_string, limit=100,  output_dir='dataset', adult_filter_off=True, force_replace=False, timeout=60, verbose=True)\n```\n\n`query_string` : String to be searched.<br />\n`limit` : (optional, default is 100) Number of images to download.<br />\n`output_dir` : (optional, default is 'dataset') Name of output dir.<br />\n`adult_filter_off` : (optional, default is True) Enable of disable adult filteration.<br />\n`force_replace` : (optional, default is False) Delete folder if present and start a fresh download.<br />\n`timeout` : (optional, default is 60) timeout for connection in seconds.<br />\n`filter` : (optional, default is \"\") filter, choose from [line, photo, clipart, gif, transparent]<br />\n`verbose` : (optional, default is True) Enable downloaded message.<br />\n\n\nYou can also test the programm by runnning `test.py keyword`\n\n\n### PyPi <br />\nhttps://pypi.org/project/bing-image-downloader/\n\n\n\n\n</br>\n\n### Donate\nYou can buy me a coffee if this project was helpful to you.</br>\n\n[<img src=\"https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg\" alt=\"Show your support\" width=\"180\"/>](https://www.buymeacoffee.com/gurugaurav)\n  \n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library to download bulk images from Bing.com",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/gurugaurav/bing_image_downloader"
    },
    "split_keywords": [
        "bing",
        "images",
        "scraping",
        "image download",
        "bulk image downloader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24bf105be56c70c4141a3d42dbb9cdd30dfbd3bb3fc135879fda21d1bfa1eb51",
                "md5": "82d0be95c15477dbab6573cf8849c663",
                "sha256": "3b912f81d3bea1861a395fe2a6111f6d14654085abc3dc7467fbb57fd040f676"
            },
            "downloads": -1,
            "filename": "bing_image_downloader-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82d0be95c15477dbab6573cf8849c663",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5862,
            "upload_time": "2022-02-10T05:39:04",
            "upload_time_iso_8601": "2022-02-10T05:39:04.064328Z",
            "url": "https://files.pythonhosted.org/packages/24/bf/105be56c70c4141a3d42dbb9cdd30dfbd3bb3fc135879fda21d1bfa1eb51/bing_image_downloader-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11a52151c13f10a365617bceba904e7ae27a352dd847fe1a4d3d02b2e7d94736",
                "md5": "f0284626fb329264fb97aafb803e6f77",
                "sha256": "bdc207ae5b036869ab42ca9d95d8f4b515c1e47e3ae0108b83a407e85eb36f7d"
            },
            "downloads": -1,
            "filename": "bing_image_downloader-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f0284626fb329264fb97aafb803e6f77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4931,
            "upload_time": "2022-02-10T05:39:05",
            "upload_time_iso_8601": "2022-02-10T05:39:05.733920Z",
            "url": "https://files.pythonhosted.org/packages/11/a5/2151c13f10a365617bceba904e7ae27a352dd847fe1a4d3d02b2e7d94736/bing_image_downloader-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-10 05:39:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gurugaurav",
    "github_project": "bing_image_downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "bing-image-downloader"
}
        
Elapsed time: 0.08418s