An open API service indexing awesome lists of open source software.

https://github.com/codeswhite/proxion

Automated multi-threaded proxy checker with uptime and latency statistics
https://github.com/codeswhite/proxion

penetration-testing-tools proxies proxy-checker proxy-list

Last synced: 4 months ago
JSON representation

Automated multi-threaded proxy checker with uptime and latency statistics

Awesome Lists containing this project

README

          

## Proxion
Manage proxy servers for your other tools!

Featuring:
- Multi-threaded proxy checking
- Uptime and latency statistics
- Dispatcher API - for use in your other scripts!

## Examples

> TODO

## Install

From PyPI repo (using `pip`)

$ pip install proxion

From AUR repo (using any AUR helper like `yay` for example)

$ yay -S python-proxion

From github clone

$ git clone https://github.com/codeswhite/proxion
$ pip install ./proxion

## Usage
After installing on your machine run the script with:

$ proxion --help

## Contributing
This project welcomes contribution! :)

The following instructions are for anyone who is interested in setting up the project locally for development/testing purposes:

$ git clone https://github.com/codeswhite/proxion
$ cd ./proxion
$ pipenv install

Note: Installing the requirements can _alternatively_ be achieved via basic `pip`:

$ pip install -r requirements.txt