Giter Site home page Giter Site logo

proxion's Introduction

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

proxion's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

proxion's Issues

Add --stats (-s) command arg that will run the script in statistics mode

In statistics mode no checks will be performed,
instead the script will load statistics, print them and exit

Statistics should include:

  • Proxy IP
  • Protocol
  • Location (e.g. RU, Moscow)
  • Last check
  • Up-time (in percents) (also show how many check were made for this specific proxy)
  • Average speed

Add options to only check proxies by property filter

For example:
Add an option to only check proxies that have last latency > X
where X is an command line argument
or:
Add an option to only check proxies that have been last checked X time ago
where X can be 1s or 10m or 32h

Improve latency check and speed deduction

Take note of time took to perform a certain request without a proxy and then compare it with the proxy timing, put in formula: (with / without) or the other way around.
This way we will have a more specific indication of the proxy's speed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.