Webstore-ScrapperPY


NameWebstore-ScrapperPY JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/Scottyboi1/Webstore_Scrapper
SummaryA Python library for scraping data from Goodwill and Ebay.
upload_time2024-08-13 16:49:15
maintainerNone
docs_urlNone
authorScott Avery
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My Library

A scrapper that scrapes listings from Goodwill and Ebay. When ran the scrapper will grab the first 10 pages of a listing. The api will give a output.csv file with all the scrapped listings.

## Installation

```bash
pip install Webstore-ScrapperPY

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Scottyboi1/Webstore_Scrapper",
    "name": "Webstore-ScrapperPY",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Scott Avery",
    "author_email": "scottavery2001@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/13/ef/e09e0c0d12c653a48fdde8f0ed2926bee6ffba9cf6bd1115bdab99b5c5db/Webstore-ScrapperPY-0.2.0.tar.gz",
    "platform": null,
    "description": "# My Library\r\n\r\nA scrapper that scrapes listings from Goodwill and Ebay. When ran the scrapper will grab the first 10 pages of a listing. The api will give a output.csv file with all the scrapped listings.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install Webstore-ScrapperPY\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for scraping data from Goodwill and Ebay.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Scottyboi1/Webstore_Scrapper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78edb8ed354e0bc82d690d8655bba4d4e5aaaf707c4f3996f1359ff602a1ec89",
                "md5": "2c286dd0d5a6a5e7f71408efd409dbb5",
                "sha256": "fd32c6b91b022831dcc7eda2c4b4bf497acc268c64b4fb712fe58ec7e758c71c"
            },
            "downloads": -1,
            "filename": "Webstore_ScrapperPY-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c286dd0d5a6a5e7f71408efd409dbb5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2093,
            "upload_time": "2024-08-13T16:49:14",
            "upload_time_iso_8601": "2024-08-13T16:49:14.126181Z",
            "url": "https://files.pythonhosted.org/packages/78/ed/b8ed354e0bc82d690d8655bba4d4e5aaaf707c4f3996f1359ff602a1ec89/Webstore_ScrapperPY-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13efe09e0c0d12c653a48fdde8f0ed2926bee6ffba9cf6bd1115bdab99b5c5db",
                "md5": "de61c866ca30ef7fdd5792d31c78cea7",
                "sha256": "aaf82adc368c8092a17f71aff6be902bf36de54e71904d841230c1014539aff7"
            },
            "downloads": -1,
            "filename": "Webstore-ScrapperPY-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "de61c866ca30ef7fdd5792d31c78cea7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1653,
            "upload_time": "2024-08-13T16:49:15",
            "upload_time_iso_8601": "2024-08-13T16:49:15.391656Z",
            "url": "https://files.pythonhosted.org/packages/13/ef/e09e0c0d12c653a48fdde8f0ed2926bee6ffba9cf6bd1115bdab99b5c5db/Webstore-ScrapperPY-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 16:49:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Scottyboi1",
    "github_project": "Webstore_Scrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "webstore-scrapperpy"
}
        
Elapsed time: 0.31076s