Skip to main content

Quickly fetch multiple pages

Project description

Mucri

Quickly fetch a lot of pages/apis using python asyncio.

Installation

Only python 3.6+

pip isntall mucri

Usage

from mucri import fetch_pages

links = [
    "http://meain.github.io",
    { "url": "http://somelink" },
    {
        "url": "http://fakelink",
        "action": "get", # get | post
        "data": {},
        "headers": {},
        "resp_type": "text", # text | json
    }
]

results = fetch_pages() # fetches all of them asynchronously

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mucri-0.0.5.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

mucri-0.0.5-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page