Webstore-Scraper-PY


NameWebstore-Scraper-PY JSON
Version 0.2.24 PyPI version JSON
download
home_pagehttps://github.com/Scottyboi1/Webstore_Scraper
SummaryA Python library for scraping data from Goodwill and Ebay.
upload_time2024-08-22 03:05:24
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 scraper that scrapes listings from Goodwill and Ebay. When ran the scraper will grab the first 10 pages of a listing. The api will give a output.csv file with all the scraped listings.

## Installation

```bash
pip install Webstore-Scraper-PY

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Scottyboi1/Webstore_Scraper",
    "name": "Webstore-Scraper-PY",
    "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/b9/a8/6e32ead77c58c153cc9ec4d48e4ff7e7f7e3303dc3b014119d1254b0b930/Webstore_Scraper_PY-0.2.24.tar.gz",
    "platform": null,
    "description": "# My Library\r\n\r\nA scraper that scrapes listings from Goodwill and Ebay. When ran the scraper will grab the first 10 pages of a listing. The api will give a output.csv file with all the scraped listings.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install Webstore-Scraper-PY\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for scraping data from Goodwill and Ebay.",
    "version": "0.2.24",
    "project_urls": {
        "Homepage": "https://github.com/Scottyboi1/Webstore_Scraper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bee81aa50de62c5db9283bd91f26c93ab12d36bef90b6e9436dec9392702038",
                "md5": "e762eab22753ee73a0557c39a8d45468",
                "sha256": "60ef1264cb4397589259cac1029d442c75141fe5fdbffe07378f8112689ec55b"
            },
            "downloads": -1,
            "filename": "Webstore_Scraper_PY-0.2.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e762eab22753ee73a0557c39a8d45468",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2244,
            "upload_time": "2024-08-22T03:05:22",
            "upload_time_iso_8601": "2024-08-22T03:05:22.869599Z",
            "url": "https://files.pythonhosted.org/packages/6b/ee/81aa50de62c5db9283bd91f26c93ab12d36bef90b6e9436dec9392702038/Webstore_Scraper_PY-0.2.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9a86e32ead77c58c153cc9ec4d48e4ff7e7f7e3303dc3b014119d1254b0b930",
                "md5": "c560df2e6f1aa799c0690f14dff76ab0",
                "sha256": "e36672d58dd638b0281acb6e31a75fc2777f12e30d8c682e75faf6e0bd083bfc"
            },
            "downloads": -1,
            "filename": "Webstore_Scraper_PY-0.2.24.tar.gz",
            "has_sig": false,
            "md5_digest": "c560df2e6f1aa799c0690f14dff76ab0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1828,
            "upload_time": "2024-08-22T03:05:24",
            "upload_time_iso_8601": "2024-08-22T03:05:24.356811Z",
            "url": "https://files.pythonhosted.org/packages/b9/a8/6e32ead77c58c153cc9ec4d48e4ff7e7f7e3303dc3b014119d1254b0b930/Webstore_Scraper_PY-0.2.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 03:05:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Scottyboi1",
    "github_project": "Webstore_Scraper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "webstore-scraper-py"
}
        
Elapsed time: 0.51607s