free_verify_proxy
free_verify_proxy is a Python library that collects free proxy from different sources and verifies whether the proxy is working or not. It checks the functionality of given proxies by making requests to various proxy detection servers. This library is useful for anyone who needs to ensure the reliability of proxies for their applications.
NOTE:
if collected proxy lists are smaller than number_of_threads then it is not verified proxy lists. Just return collected proxy lists.
Proxy Sources
Public Proxy Lists (HTTP/HTTPS)
Proxy Judges/Checkers
HTTP/HTTPS
Installation
You can install free_verify_proxy via pip:
pip install free_verify_proxy
or
pip install git+https://github.com/mominurr/free_verify_proxy.git
When installing free_verify_proxy using pip, the necessary dependencies (requests and beautifulsoup4) will be automatically installed along with the package. You don't need to separately install these dependencies.
Usage
from free_verify_proxy import VerifyProxyLists
verify_proxy_lists = VerifyProxyLists().get_verifyProxyLists(number_of_threads=100, timeout=(5,5))
print(verify_proxy_lists)
['85.62.218.250:3128','45.144.65.8:4444','103.153.154.6:80',.........................,'38.156.233.78:999']
Contributing
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.