https://github.com/bashkirtsevich-llc/pyproxylist
Python https proxy list.
https://github.com/bashkirtsevich-llc/pyproxylist
proxy proxy-list proxylist python
Last synced: 8 months ago
JSON representation
Python https proxy list.
- Host: GitHub
- URL: https://github.com/bashkirtsevich-llc/pyproxylist
- Owner: bashkirtsevich-llc
- License: mit
- Created: 2016-11-04T04:54:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T06:52:02.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T23:24:41.734Z (9 months ago)
- Topics: proxy, proxy-list, proxylist, python
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyProxyList
*PyProxyList* — is a free proxy list generator, based on [OprahProxy](https://github.com/spaze/oprah-proxy).
## Usage
1. [Download](https://github.com/bashkirtsevich/PyProxyList/archive/master.zip) or clone this repository via SSH (`git clone git@github.com:bashkirtsevich/PyProxyList.git`) or HTTPS (`git clone https://github.com/bashkirtsevich/PyProxyList.git`);
2. Import `proxy_list.py` or `proxy_request.py` into your python project;
3. Enjoy.
## Demos
### ProxyList demo
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# import ProxyList
from proxy_list import ProxyList
# call ProxyList constructor
proxy_lit = ProxyList()
# print
print proxy_lit.get_proxies()
# get_proxies returns dictionary of proxy list and authorization login & password
```
### ProxyRequest demo
```python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# import ProxyRequest
from proxy_request import ProxyRequest
proxy = ProxyRequest()
print proxy.http_get('http://www.myipaddress.com/show-my-ip-address/')['data']
```
License
----
MIT