https://github.com/securevoid/proxyhive
Automated proxy scraper & checker (HTTP, SOCKS4, SOCKS5)
https://github.com/securevoid/proxyhive
free-proxy fresh-proxies http proxies proxy-checker proxy-list proxy-scraper socks4 socks5
Last synced: about 1 month ago
JSON representation
Automated proxy scraper & checker (HTTP, SOCKS4, SOCKS5)
- Host: GitHub
- URL: https://github.com/securevoid/proxyhive
- Owner: SecureVoid
- License: gpl-3.0
- Created: 2026-01-27T00:44:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-02-01T09:35:31.000Z (about 1 month ago)
- Last Synced: 2026-02-01T09:56:37.834Z (about 1 month ago)
- Topics: free-proxy, fresh-proxies, http, proxies, proxy-checker, proxy-list, proxy-scraper, socks4, socks5
- Language: Python
- Homepage:
- Size: 6.31 MB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**ProxyHive** is an automated proxy scraping and checking tool that supports HTTP, SOCKS4, and SOCKS5 proxies, with automatic updates every hour via GitHub Actions to ensure you always have fresh proxies.
## ๐ก๏ธ Proxy Lists
| Proxy Type | Live / Verified | Raw / Unverified |
| -------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- |
| **HTTP/HTTPS** | [Live](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/live/http.txt) | [Raw](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/raw/http.txt) |
| **SOCKS4** | [Live](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/live/socks4.txt) | [Raw](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/raw/socks4.txt) |
| **SOCKS5** | [Live](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/live/socks5.txt) | [Raw](https://cdn.jsdelivr.net/gh/securevoid/ProxyHive@main/output/raw/socks5.txt) |
## ๐ Features
- ๐ **Multi-Source Scraping** โ Proxies from multiple free public sources
- โก **Fast Live Checking** โ Filters working proxies by connectivity and speed
- ๐ **Full Protocol Support** โ HTTP, SOCKS4, and SOCKS5
- ๐ ๏ธ **GitHub Actions Ready** โ Hourly automated proxy updates
- ๐ **Organized Output** โ Separate files for raw and validated proxies
- ๐งน **Lightweight** โ Minimal dependencies, optimized performance
## ๐งฐ Quick Start
### Prerequisites
- Python 3.8+
- pip
### Installation
```bash
git clone https://github.com/securevoid/ProxyHive.git
cd ProxyHive
pip install -r requirements.txt
```
### Scrape proxies:
```bash
python scraper.py
```
### Check proxies:
```bash
python checker.py
```
## Output Structure
```bash
output/
โโโ live/
โ โโโ http.txt
โ โโโ socks4.txt
โ โโโ socks5.txt
โโโ raw/
โโโ http.txt
โโโ socks4.txt
โโโ socks5.txt
```
## ๐ค Contributing
Contributions welcome! Help improve ProxyHive by:
- Adding new proxy sources
- Improve accuracy and reliability of live proxy checks
- Fixing bugs
- Documentation improvements
Feel free to open an issue or submit a pull request.
## ๐ License
This project is licensed under the [GNU License](LICENSE). See the LICENSE file for details.
## ๐ซ Support
- ๐ **Report Bugs**: [GitHub Issues](https://github.com/securevoid/ProxyHive/issues)
- โ **Support Development**: [Ko-fi](https://ko-fi.com/securevoid)
- ๐ญ **Discussions**: Use GitHub Discussions for questions and ideas