Skip to main content

Simple http proxy grabber and checker

Project description

# Proxy-Grabber
Simple http proxy grabber and checker

# Installation

```
$ pip3 install proxy-grabber
```

# Usage
``` python
from proxy_grabber import ProxyGrabber
grabber = ProxyGrabber('./data/useragents.list') # File with user-agents

# --- Adding proxies ---

# Parse proxy from different sources
# You can call generate_proxy_list() without arguments if you want to grab as more proxies as possible
grabber.grab_proxies(proxy_limit=100)

# [optional]
# Also you can add some proxies from file
grabber.load_proxies('./data/proxy.list')

# [optional]
# Or you can add proxy manually
grabber.add_proxies(['ip:port', 'ip:port', ...])

# --- Checking proxies ---
grabber.check_proxies()

# --- Get results ---
grabber.get_proxy() # Random checked proxy
grabber.get_checked_proxies() # All checked proxies
grabber.save_proxies('./data/checked_proxies.list') # Save checked proxies to file
```



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-grabber-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

proxy_grabber-1.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

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