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
>>> 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
Use pip:
$ pip install -U proxylist
Use github to submit bug,fix or wish request: https://github.com/lorien/proxylist/issues