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.3.tar.gz
(2.4 kB
view details)
Built Distribution
multireq-0.0.3-py3-none-any.whl
(44.0 kB
view details)
File details
Details for the file multireq-0.0.3.tar.gz
.
File metadata
- Download URL: multireq-0.0.3.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 | ef30f101146a319b7aceef1b47166f41eacae7326d3d7666d131f90ef8d2c0ff |
|
MD5 | 9230ed50131d28fd24c82c287e2a4c4a |
|
BLAKE2b-256 | 99c19db28efab2114418756f7ca827a0a24237a5db2ea5877d0edec8bb4da7eb |
File details
Details for the file multireq-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: multireq-0.0.3-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 | 5a17d44b585358ac96f5fa4013d37a4e25eda8315ed7687078dc31ff04498611 |
|
MD5 | 8ff4ab6dfa15edd9d6f48e74990056aa |
|
BLAKE2b-256 | b3541c19ee5b6ede0b16a8eee91994c89851839ccb8aaa6d80584c4f3ddf0048 |