MiloScraper


NameMiloScraper JSON
Version 0.0.4 PyPI version JSON
download
home_page
Summaryan project that works like requests but also works on replit
upload_time2023-11-13 11:36:59
maintainer
docs_urlNone
authorCulty
requires_python
licenseMIT
keywords scraper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Hi

This Is MiloScraper a simple scraper that works for python and api scraping



you can connect to a url using

a = milo.connect(url='https://google.com')

u can add headers and timeout

a = milo.connect(url='https://google.com', headers=headers, timeout=10)

u can decode json using

a = milo.decode(a)


made by culty have fun


Change Log
==========

0.0.4 (13/11/2023)
-------------------
- First Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "MiloScraper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scraper",
    "author": "Culty",
    "author_email": "sleepyculty@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/07/24d833bf3eaae8b0ce2d192d16300239e57e67cf7f4c910bcf7cf6724069/MiloScraper-0.0.4.tar.gz",
    "platform": null,
    "description": "Hi\n\nThis Is MiloScraper a simple scraper that works for python and api scraping\n\n\n\nyou can connect to a url using\n\na = milo.connect(url='https://google.com')\n\nu can add headers and timeout\n\na = milo.connect(url='https://google.com', headers=headers, timeout=10)\n\nu can decode json using\n\na = milo.decode(a)\n\n\nmade by culty have fun\n\n\nChange Log\n==========\n\n0.0.4 (13/11/2023)\n-------------------\n- First Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "an project that works like requests but also works on replit",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [
        "scraper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "240724d833bf3eaae8b0ce2d192d16300239e57e67cf7f4c910bcf7cf6724069",
                "md5": "75c061614ccb60f9fefaacffbbc319f8",
                "sha256": "9e50ca8ebbf67c36a47d301158f0c6f5f88c6c4b8075ad43dfe36b240bc00bea"
            },
            "downloads": -1,
            "filename": "MiloScraper-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "75c061614ccb60f9fefaacffbbc319f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2751,
            "upload_time": "2023-11-13T11:36:59",
            "upload_time_iso_8601": "2023-11-13T11:36:59.017254Z",
            "url": "https://files.pythonhosted.org/packages/24/07/24d833bf3eaae8b0ce2d192d16300239e57e67cf7f4c910bcf7cf6724069/MiloScraper-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 11:36:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "miloscraper"
}
        
Elapsed time: 0.13815s