Validity
list of only alive proxies (IP:port:country) for testing & scraping — updated and validated every 12hrs
File Explorer
- proxy-validation.yml
- quick-proxy-test.yml
- dead_proxies.txt
- headers.json
- headers.txt
- http.txt
- source_quality_report.csv
- .gitattributes
- .gitignore
- analyze_proxy_quality.py
- generate_headers.py
- headers_utils.py
- proxy_scraper.py
- README.md
- requirements.txt
- sources.csv
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git pull
View Details ▼
git pull
Fetch branch from a remote repository and merge it to local repository.
git pull
Download changes from default remote repository and merge it:
git pull {{[-r|--rebase]}}
Download changes from default remote repository and use fast-forward:
git pull {{remote_name}}
Download changes from a specific remote repository:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
