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'
- 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.
Write result into a CSV file- MultiThreading