# 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)
- [SSL Proxies](https://www.sslproxies.org/)
- [Free Proxy List](https://free-proxy-list.net)
- [US Proxy](https://www.us-proxy.org/)
- [UK Proxy](https://free-proxy-list.net/uk-proxy.html)
- [Anonymous Proxy](https://free-proxy-list.net/anonymous-proxy.html)
- [FreeProxy World](https://www.freeproxy.world)
- [ProxyScrape](https://proxyscrape.com/free-proxy-list)
- [Proxy List Download](https://www.proxy-list.download/)
- [Anonymouse](https://anonymouse.cz/proxy-list/)
- [IP Royal](https://iproyal.com/free-proxy-list)
- [HideMy](https://hidemy.io/en/proxy-list/)
- [ProxyDB](https://proxydb.net/list)
- [Advanced Name](https://advanced.name/freeproxy?type=http)
- [Free Proxy List CC](https://freeproxylist.cc/servers)
- [Proxy Site List](https://proxysitelist.net/)
# Proxy Judges/Checkers
## HTTP/HTTPS
- [ProxyJudge](http://proxyjudge.us/)
- [MojeIP](http://mojeip.net.pl/asdfa/azenv.php)
- [ifconfig.me](https://ifconfig.me/ip)
- [ipinfo.io](https://ipinfo.io/ip)
- [checkip.amazonaws.com](https://checkip.amazonaws.com)
- [ipify.org](https://api.ipify.org/)
- [httpbin.org](https://httpbin.org/ip)
- [icanhazip.com](https://www.icanhazip.com/)
- [jsonip.com](https://jsonip.com/)
- [SeeIP](https://api.seeip.org/jsonip)
- [SmartProxy](https://ip.smartproxy.com/json)
- [ip-api.com](https://ip-api.com/)
- [ip.nf](https://ip.nf/me.json)
# 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/mominurr/free_verify_proxy",
"name": "free-verify-proxy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Mominur Rahman",
"author_email": "mominurr518@email.com",
"download_url": "https://files.pythonhosted.org/packages/ab/60/073d70e4da7125ab5f8def91a58d1581dd23c6e9f9288de51d119fd84899/free_verify_proxy-1.1.7.tar.gz",
"platform": null,
"description": "# free_verify_proxy\n\nfree_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.\n\n# NOTE:\nif collected proxy lists are smaller than number_of_threads then it is not verified proxy lists. Just return collected proxy lists.\n\n# Proxy Sources\n\n## Public Proxy Lists (HTTP/HTTPS)\n\n- [SSL Proxies](https://www.sslproxies.org/)\n- [Free Proxy List](https://free-proxy-list.net)\n- [US Proxy](https://www.us-proxy.org/)\n- [UK Proxy](https://free-proxy-list.net/uk-proxy.html)\n- [Anonymous Proxy](https://free-proxy-list.net/anonymous-proxy.html)\n- [FreeProxy World](https://www.freeproxy.world)\n- [ProxyScrape](https://proxyscrape.com/free-proxy-list)\n- [Proxy List Download](https://www.proxy-list.download/)\n- [Anonymouse](https://anonymouse.cz/proxy-list/)\n- [IP Royal](https://iproyal.com/free-proxy-list)\n- [HideMy](https://hidemy.io/en/proxy-list/)\n- [ProxyDB](https://proxydb.net/list)\n- [Advanced Name](https://advanced.name/freeproxy?type=http)\n- [Free Proxy List CC](https://freeproxylist.cc/servers)\n- [Proxy Site List](https://proxysitelist.net/)\n\n\n\n# Proxy Judges/Checkers\n\n## HTTP/HTTPS\n\n- [ProxyJudge](http://proxyjudge.us/)\n- [MojeIP](http://mojeip.net.pl/asdfa/azenv.php)\n- [ifconfig.me](https://ifconfig.me/ip)\n- [ipinfo.io](https://ipinfo.io/ip)\n- [checkip.amazonaws.com](https://checkip.amazonaws.com)\n- [ipify.org](https://api.ipify.org/)\n- [httpbin.org](https://httpbin.org/ip)\n- [icanhazip.com](https://www.icanhazip.com/)\n- [jsonip.com](https://jsonip.com/)\n- [SeeIP](https://api.seeip.org/jsonip)\n- [SmartProxy](https://ip.smartproxy.com/json)\n- [ip-api.com](https://ip-api.com/)\n- [ip.nf](https://ip.nf/me.json)\n\n\n\n# Installation\n\nYou can install free_verify_proxy via pip:\n\n```\npip install free_verify_proxy\n```\n\nor\n\n```\npip install git+https://github.com/mominurr/free_verify_proxy.git\n```\n\nWhen 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.\n\n\n# Usage\n\n```\nfrom free_verify_proxy import VerifyProxyLists\n\nverify_proxy_lists = VerifyProxyLists().get_verifyProxyLists(number_of_threads=100, timeout=(5,5))\n\nprint(verify_proxy_lists)\n\n['85.62.218.250:3128','45.144.65.8:4444','103.153.154.6:80',.........................,'38.156.233.78:999']\n\n```\n\n# Contributing\n\nContributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request on GitHub.\n\n# License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple package to provide http and https working proxy lists.",
"version": "1.1.7",
"project_urls": {
"Homepage": "https://github.com/mominurr/free_verify_proxy"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3b2a02245a7d4b216cf2cb9a90a033299f3e8992e30bdd0e0b1ffd7e1d122dc8",
"md5": "61c59f89bc3759701c2e3a9e6d96a00a",
"sha256": "867351a24658dd7c3a4684de4d12d4cf173aa02698450fee8aca6fc0fe009704"
},
"downloads": -1,
"filename": "free_verify_proxy-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "61c59f89bc3759701c2e3a9e6d96a00a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7762,
"upload_time": "2024-04-15T14:26:03",
"upload_time_iso_8601": "2024-04-15T14:26:03.611022Z",
"url": "https://files.pythonhosted.org/packages/3b/2a/02245a7d4b216cf2cb9a90a033299f3e8992e30bdd0e0b1ffd7e1d122dc8/free_verify_proxy-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab60073d70e4da7125ab5f8def91a58d1581dd23c6e9f9288de51d119fd84899",
"md5": "385ce20ea339cd399f6c97570fc2f91e",
"sha256": "95d40f4e60c5972bc08858da581d18b46de35e15f7e1c616d13a24f59f16dc25"
},
"downloads": -1,
"filename": "free_verify_proxy-1.1.7.tar.gz",
"has_sig": false,
"md5_digest": "385ce20ea339cd399f6c97570fc2f91e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6462,
"upload_time": "2024-04-15T14:26:05",
"upload_time_iso_8601": "2024-04-15T14:26:05.341667Z",
"url": "https://files.pythonhosted.org/packages/ab/60/073d70e4da7125ab5f8def91a58d1581dd23c6e9f9288de51d119fd84899/free_verify_proxy-1.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-15 14:26:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mominurr",
"github_project": "free_verify_proxy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "free-verify-proxy"
}