image-scraper-tool


Nameimage-scraper-tool JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/NeginBabaiha/image-url-extraction
SummaryA package to search Google Images and extract image URLs.
upload_time2024-08-30 19:35:35
maintainerNone
docs_urlNone
authorNegin Babaiha, Philipp Münker
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Image Scraper Tool

`image-scraper-tool` is a Python package that allows users to search for images on Google and extract image URLs along with metadata.

## Features

- Search for images based on a query
- Extract image URLs, thumbnails, and metadata
- Export data to an Excel file

## Installation

```bash
pip install image-scraper-tool

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeginBabaiha/image-url-extraction",
    "name": "image-scraper-tool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Negin Babaiha, Philipp M\u00fcnker",
    "author_email": "negin.babaiha@scai.fraunhofer.de",
    "download_url": "https://files.pythonhosted.org/packages/18/a7/ceccdd9e053576349aaf9b85eb177a2a658f74d0cfde9e83b8865d348a73/image-scraper-tool-0.1.4.tar.gz",
    "platform": null,
    "description": "# Image Scraper Tool\n\n`image-scraper-tool` is a Python package that allows users to search for images on Google and extract image URLs along with metadata.\n\n## Features\n\n- Search for images based on a query\n- Extract image URLs, thumbnails, and metadata\n- Export data to an Excel file\n\n## Installation\n\n```bash\npip install image-scraper-tool\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to search Google Images and extract image URLs.",
    "version": "0.1.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/NeginBabaiha/image-url-extraction/issues",
        "Homepage": "https://github.com/NeginBabaiha/image-url-extraction"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cced2f151f1630026d7b0ead55736e32ad76b968df0759e854eaf1347221a52",
                "md5": "623c44f05c0408b860ee441534354697",
                "sha256": "e5e53468276bf83761dcfcb2a0f2135a93ef7a56e03048d8b7d6ea55d0968d83"
            },
            "downloads": -1,
            "filename": "image_scraper_tool-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "623c44f05c0408b860ee441534354697",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3498,
            "upload_time": "2024-08-30T19:35:33",
            "upload_time_iso_8601": "2024-08-30T19:35:33.946102Z",
            "url": "https://files.pythonhosted.org/packages/2c/ce/d2f151f1630026d7b0ead55736e32ad76b968df0759e854eaf1347221a52/image_scraper_tool-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18a7ceccdd9e053576349aaf9b85eb177a2a658f74d0cfde9e83b8865d348a73",
                "md5": "65c3c4ff91adddbe178344b1f3577029",
                "sha256": "14a7b27f30339d79875c030c00c57014ecc559230cfaf3bffc8081202ab6d904"
            },
            "downloads": -1,
            "filename": "image-scraper-tool-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "65c3c4ff91adddbe178344b1f3577029",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3083,
            "upload_time": "2024-08-30T19:35:35",
            "upload_time_iso_8601": "2024-08-30T19:35:35.429590Z",
            "url": "https://files.pythonhosted.org/packages/18/a7/ceccdd9e053576349aaf9b85eb177a2a658f74d0cfde9e83b8865d348a73/image-scraper-tool-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 19:35:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeginBabaiha",
    "github_project": "image-url-extraction",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "image-scraper-tool"
}
        
Elapsed time: 1.06404s