Skip to main content

Manage free and private proxies on local db for Python Projects.

Project description

https://raw.githubusercontent.com/Nekmo/proxy-db/master/images/proxy-db.png

Latest Travis CI build status Latest PyPI version Python versions Code Climate Test coverage Requirements Status

proxy-db

Manage free and private proxies on local db for Python Projects. Each proxy has a score according to how it works. Add a positive vote if the proxy works correctly and a negative vote if it does not work. In addition, proxy-db determines the real country of the proxy using geoip.

import requests
from requests.exceptions import Timeout, ConnectionError, ProxyError
from proxy_db.proxies import ProxiesList

proxy = next(ProxiesList())
try:
    requests.get('http://site.com/', proxies=proxy)
except (Timeout, ConnectionError, ProxyError):
    proxy.negative()
else:
    proxy.positive()

Proxy-db will return the best proxies first (more positive votes). You can also filter by country:

from proxy_db.proxies import ProxiesList

spain_proxy = next(ProxiesList('es'))
# ...

Free proxies providers included:

  • ProxyNova

Install

If you have Pip installed on your system, you can use it to install the latest ProxyDB stable version:

$ sudo pip3 install proxy-db

Python 2.7 & 3.4-3.7 are supported but Python 3.x is recommended. Use pip2 on install for Python2.

  • Free software: Apache Software License 2.0

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

proxy-db-0.2.3.tar.gz (20.0 kB view details)

Uploaded Source

File details

Details for the file proxy-db-0.2.3.tar.gz.

File metadata

  • Download URL: proxy-db-0.2.3.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for proxy-db-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e145de9c84902b8f64cbe0d739520328eca431029d2f7eccbf6a3db70fa498b6
MD5 383f9609ca60820aee751608dd2e7957
BLAKE2b-256 c70df1ddfafb72ac9b140907bcb024947e581507368318e28dd0cf81b5c6abff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page