Skip to main content

No project description provided

Project description

mrequests

Using multiprocessing and requests to send requests using threads to fasten sending large number of requests.

Usage

from mrequests import PoolRequests
m = PoolRequests(method="GET")
urls = ["https://www.google.com","https://www.yahoo.com"]
resp = m.send(urls)
for r in resp:
  print(r.status_code)

Installation

pip install mrequests

Future Work

  • Parameterized requests
  • Authenticated Sessions

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

mrequests-0.1.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

mrequests-0.1.2-py3-none-any.whl (3.9 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