Giter Site home page Giter Site logo

checkproxy's Introduction

checkProxy

Description

Filter proxies by checking if they are working or the request takes more time than the set amout. This project is using whatismyip.com to collect ip adresses and any information about the adress. If you want to use any other website change the request headers and the url.

Getting Started

Installing

  • Clone the git repo by using:
git clone https://github.com/Truirer/checkProxy.git

Executing program

  • After cloning the repo,
cd /testProxy
  • Open getMyProxies.py
  • Add your proxies to allProxies array
  • Edit the startProxyCheck function. Function parameters;
startProxyCheck(allProxies,protocols,timeoutForRequest,maxRequests)

allProxies= proxies you want to check in array format
protocols = protocols you want to check in array format . Example= ["http","https"]
timeoutForRequest = Request timeout duration in seconds.
maxRequests = Additional requests to test the same proxy address. Set 0 if you want to check every proxy only once.

*After setting up the correct parameters the function should start printing the ip adresses to txt files. File names are created as protocol_name_ValidProxies.txt.

License

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

checkproxy's People

Contributors

truirer avatar

Watchers

 avatar

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.