Python proxy checker that takes a list of proxies and verifies they are reachable, and functioning as expected. Proxy Check is able to check HTTP/HTTPS and SOCKS4/5 Proxies.
- Fork it (https://github.com/tinkerfish/proxy-checker/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request