Managing list of proxies
Project description
What is proxylist library?
The proxylist lib is for loading list of proxy servers and rotate/select them in you network client. Proxylist supports loading data from:
local file
network resource
python list of dicts
Usage Example
>>> from proxylist import ProxyList
>>> pl = ProxyList()
>>> pl.load_file('/web/proxy.txt')
>>> pl.random()
<proxylist.base.Proxy object at 0x7f1882d599e8>
>>> pl.random().address()
'1.1.1.1:8085'
>>> len(pl)
1000
Installation
Use pip:
$ pip install -U proxylist
Contribution
Use github to submit bug,fix or wish request: https://github.com/lorien/proxylist/issues
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
proxylist-0.1.3.tar.gz
(4.4 kB
view details)
File details
Details for the file proxylist-0.1.3.tar.gz
.
File metadata
- Download URL: proxylist-0.1.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df2a306f8b7e3dc218a9e834b71694d9b131399363339fdf4283f6f877da0113 |
|
MD5 | da7bbdfea3171942f759fb18aca5666a |
|
BLAKE2b-256 | fc3478a5ac0c7136647c569426a54a7a3d24fe40b623ce8bd9b72cf0f968c930 |