Skip to content

nkpydev/Requests-Proxy-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requests Proxy Checker

Proxies are integral part of any webactivity now-a-days.

Any number of proxies that we have, we need to know the working status, of them.. specifically some proxies won't work on some specific URLs, we need to know which ones are working on which and not on which...

So, I created this program, which has following features:

  • Uses Requests
  • Has feature to check on specific URLs
  • Can work with authenticated as well as non-authenticated proxies
  • Easily modifiable
  • Takes input into a 'input.txt' file and generate output of 'output.csv'

How to use:

  • Add IPs to test into the input.txt file, inside the Data directory.
  • Run this proxy_checker.py
  • Output will be generated automatically into the same Data directory.

To Do:

  • Write result into a CSV file
  • MultiThreading

License:

MIT

Author:

nkpydev

About

Pythonic Proxy Checker using Requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages