Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 952 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 952 Bytes

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