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.4.tar.gz
(42.7 kB
view details)
Built Distribution
multireq-0.0.4-py3-none-any.whl
(44.0 kB
view details)
File details
Details for the file multireq-0.0.4.tar.gz
.
File metadata
- Download URL: multireq-0.0.4.tar.gz
- Upload date:
- Size: 42.7 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 | 8dc6546159fc87acdd039a27ec2db105209b6bbd776f2386617cdff6e028ff38 |
|
MD5 | ee8849b4a864e4c845e11e08eda39104 |
|
BLAKE2b-256 | a5df4ff9ab412e20c17093697e1b8ebfe0e5f4e7829d3395a46e52097fc4b8aa |
File details
Details for the file multireq-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: multireq-0.0.4-py3-none-any.whl
- Upload date:
- Size: 44.0 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 | cce6318beb85e4328431fa812a81895f7c8c1cba8c14cc79045a021b1fe0657e |
|
MD5 | 92c64e5fa2fbba176f7f0e85a2255095 |
|
BLAKE2b-256 | 7fcc2073b0212cd2665abca7eb0dd96f76d5fc9490ee69ee7ccf0af145e9d8be |