https://github.com/adjidev/proxy-scraper
Free fast proxy scraper all protocols
https://github.com/adjidev/proxy-scraper
free-proxies free-proxy http-proxy pip-proxy proxy python python-project scraper socks-proxy
Last synced: about 2 months ago
JSON representation
Free fast proxy scraper all protocols
- Host: GitHub
- URL: https://github.com/adjidev/proxy-scraper
- Owner: AdjiDev
- License: mit
- Created: 2024-12-22T03:40:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T06:01:12.000Z (6 months ago)
- Last Synced: 2025-03-27T23:33:04.647Z (2 months ago)
- Topics: free-proxies, free-proxy, http-proxy, pip-proxy, proxy, python, python-project, scraper, socks-proxy
- Language: Python
- Homepage: https://www.ailibytes.xyz
- Size: 804 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adjidev proxy scraper

> ===================================
# Guide
Let's get started if you don't know about my project
## 1. Installation
### requirements
> 1. python 3.8 or later
> 2. python installed on you device
> 3. Code editor or notepad etc### for windows
- install python if python is not installed [click here](https://www.python.org/ftp/python/3.13.1/python-3.13.1-amd64.exe)
- install my pypi packages
```powershell
python -m pip install adjisan_proxy_scraper
```### for debian based linux
- install python if not installed
```bash
sudo apt install python
```
- install my pypi package
```bash
pip install adjisan_proxy_scraper
```### for arch based linux
- install python if not installed
```bash
sudo pacman -S python
```
- install my pypi packages
```bash
pip install adjisan_proxy_scraper
```### for red hat based linux
- install python if not installed
```bash
sudo dnf install python3
```
- install my pypi packages
```bash
pip install adjisan_proxy_scraper
```## EXAMPLE
```python
from ProxyScraper import GetProxyif __name__ == "__main__":
#Init
proxy = GetProxy(type="http", timeout=5, max_workers=20)#get
proxies = proxy.get()
print(f"Fetched {len(proxies)} proxies.")#save
proxy.save("http.txt")
```> ===================================
## EXTRA
> - My social account[TELEGRAM](https://t.me/adjidev)
[SITES](https://www.ailibytes.xyz)