Scrape fast HTTP, HTTPS, SOCKS4, and SOCKS5 proxies.
Project description
Adjidev proxy scraper
===================================
Guide
Let's get started if you don't know about my project
1. Installation
requirements
- python 3.8 or later
- python installed on you device
- Code editor or notepad etc
for windows
- install python if python is not installed click here
- install my pypi packages
python -m pip install adjisan-proxy-scraper
for debian based linux
- install python if not installed
sudo apt install python
- install my pypi package
pip install adjisan-proxy-scraper
for arch based linux
- install python if not installed
sudo pacman -S python
- install my pypi packages
pip install adjisan-proxy-scraper
for red hat based linux
- install python if not installed
sudo dnf install python3
- install my pypi packages
pip install adjisan-proxy-scraper
EXAMPLE
from ProxyScraper import GetProxy
if __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")
===================================
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adjisan_proxy_scraper-0.1.1.tar.gz.
File metadata
- Download URL: adjisan_proxy_scraper-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cf34ba966220643979b5c3db23dd9552092e6ceb2d030252640543bcfad47fd
|
|
| MD5 |
c02c92750dec3ea74880a1073349b657
|
|
| BLAKE2b-256 |
0aeef1abba64b574e1ac28092aa987c881df1d931149e106e24a7994c711672c
|
File details
Details for the file adjisan_proxy_scraper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: adjisan_proxy_scraper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1630b4353ae2bc22ca8ad8417e6bdfd053a5f427349ce023d988291dda41982
|
|
| MD5 |
eb00ad40fc250f2b66bb9ba61c7c675b
|
|
| BLAKE2b-256 |
ea99ac23082336bc079fdd3904643a740c28ad0c1db3829fbcbd5039b3711706
|