Package for sending multi requests with different proxies.
Project description
Multi Requester with Different Proxies
Example
import multireq
mr = multireq.multiRequester(use_proxy=True)
urls = [
"https://jsonplaceholder.typicode.com/todos/1",
"https://jsonplaceholder.typicode.com/todos/2",
"https://jsonplaceholder.typicode.com/todos/3"
]
results = mr.get_many(urls)
for i in results:
print(i.json()['title'])
##################
#Output
# delectus aut autem
# quis ut nam facilis et officia qui
# fugiat veniam minus
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
multireq-0.0.2.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file multireq-0.0.2.tar.gz
.
File metadata
- Download URL: multireq-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bad05d708aff17ad076da447f7599f5d856208709bb8d7df162537359e2c3a4 |
|
MD5 | a9319b3fe287b5f9a19aaecefa251d1c |
|
BLAKE2b-256 | 89424dcd1183ad49ef841326c5e3eece2585f52237eead3f6a275bbdb1656c0f |
File details
Details for the file multireq-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: multireq-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c02e99cef059884f1e902880431fc27199c2c6ec39094cf2ed0a29853e76001e |
|
MD5 | eb78cbbc6cce4a6ad74bb3fda9f89a0c |
|
BLAKE2b-256 | bf0d410c5e4412ec7b15478e0751d4cb4a3734364b22f30124a149a87a6fe702 |