Skip to main content

A simple package made using Python and requests to get proxies from multiple sites!

Project description

ProxyGrab

PyPI PyPI - License Downloads
CI (pip)

I made this software to scrap proxies for my web scrapping and other testing purposes. This program just uses requests to get the response from API and return the proxies.

Installation

pip install proxygrab --upgrade

Usage:

In Python Script

import proxygrab

socks5_list = proxygrab.get_socks5()  # Returns socks5 proxylist
socks4_list = proxygrab.get_socks4()  # Returns socks4 proxylist
http_list = proxygrab.get_http()  # Returns http proxylist
https_list = proxygrab.get_https()  # Returns https proxylist
proxy_list = proxygrab.get_proxy(type)  # Type can any one from http, https, socks4, socks5

Console

proxygrab --help
  • To save proxies to file:
proxygrab --type http --save
  • Save to custom filename:
proxygrab --type http --outfile custom_filename.txt --save
  • Save 100 proxies to custom filename:
proxygrab --type http --count 100 --outfile custom_filename.txt --save
  • Print only 5 proxies to terminal:
proxygrab --type http --count 5
  • Print only 5 proxies to terminal:
proxygrab --type http --count 5

If no proxy type is specified, the program will show this message:

"No Proxy type specified, check help by proxygrab --help"

Contribuiting

Wanna help to improve this project?

Make sure to follow these before opening a PR:

  • Make sure your PR is formatted with Black.
  • Make sure the package is working.

Built With

  • Python - Programming Language

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Credits

Proxy Server data courstey of:

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

ProxyGrab-0.1.6.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

ProxyGrab-0.1.6-py3-none-any.whl (6.5 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