A simple proxy list fetcher
Project description
Scraproxy
Proxy listing library useful for using with python requests.
Usage
>>> import requests
>>> from scraproxy import Scraproxy
>>> sp = Scraproxy()
>>> sp.fetch_proxies(only_https=True, allow_transparent=False, country='US')
>>> len(sp.proxies)
>>> requests.get('https://httpbin.org/anything', proxies=sp.random_proxy())
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
scraproxy-0.0.1.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scraproxy-0.0.1.tar.gz.
File metadata
- Download URL: scraproxy-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5daaf7a5b3283ad5c5f045c31db4141fdd0d05f019e7ba71f3a83f88a46f05f6
|
|
| MD5 |
3edb9bf02a41cb1075bf6a5175e5c7f0
|
|
| BLAKE2b-256 |
eb47ea63695c0ce1aa96685d1df23ffbdfe374479098d9dd3d30b63046e33726
|
File details
Details for the file scraproxy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: scraproxy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f75651f8dffab8adaf9a8dbce8c06fd945c1c0c3c302d800bb4b3cd0e9fbdd5c
|
|
| MD5 |
3b157732a44dcb450ccb1dd08a68d864
|
|
| BLAKE2b-256 |
e4a1279cec015d4004eea3ae6b54d73b2efc72b2b0fa08f21811b4e95e5106f5
|