Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vann-dev/proxy-list
List of public proxies, and checked to some domain like Google, Facebook, Twitter
https://github.com/vann-dev/proxy-list
facebook google microsoft proxies proxy proxy-checker proxy-list proxy-scraper proxy-server proxy-servers socks socks-proxy socks4 socks5 socks5-proxy tiktok twitter whatsapp youtube
Last synced: about 2 months ago
JSON representation
List of public proxies, and checked to some domain like Google, Facebook, Twitter
- Host: GitHub
- URL: https://github.com/vann-dev/proxy-list
- Owner: Vann-Dev
- Created: 2024-03-19T05:07:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:35:59.000Z (3 months ago)
- Last Synced: 2024-10-29T11:38:04.120Z (3 months ago)
- Topics: facebook, google, microsoft, proxies, proxy, proxy-checker, proxy-list, proxy-scraper, proxy-server, proxy-servers, socks, socks-proxy, socks4, socks5, socks5-proxy, tiktok, twitter, whatsapp, youtube
- Language: Python
- Homepage:
- Size: 46.1 MB
- Stars: 42
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of Public Proxies Scraper
This repository originally created by [iw4p](https://github.com/iw4p/proxy-scraper) and I just added some features to it.
Please check the original repository too.
> [!WARNING]
> Please remember, this proxy is for learning purposes, any issues with proxy use are at the expense of the proxy user___
# Directory
## [Raw HTTP proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/http.txt)
## [Tested HTTP proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/http-tested/)## [Raw HTTPS proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/https.txt)
## [Tested HTTPS proxies](https://github.com/Vann-Dev/proxy-list/blob/main/proxies/https-tested/)___
## Installation
Use this command to install dependencies.
```bash
pip3 install -r requirements.txt
```## Usage
For scraping:
```bash
python3 proxyScraper.py -p http
```
* With `-p` or `--proxy`, You can choose your proxy type. Supported proxy types are: **HTTP - HTTPS - Socks (Both 4 and 5) - Socks4 - Socks5**
* With `-o` or `--output`, create and write to a .txt file. (Default is **output.txt**)
* With `-v` or `--verbose`, more details.
* With `-h` or `--help`, Show help to who did't read this README.For checking:
```bash
python3 proxyChecker.py -t 20 -s google.com -l output.txt
```* With `-t` or `--timeout`, dismiss the proxy after -t seconds (Default is **20**)
* With `-p` or `--proxy`, check HTTPS or HTTP proxies (Default is **HTTP**)
* With `-l` or `--list`, path to your list.txt. (Default is **output.txt**)
* With `-s` or `--site`, check with specific website like google.com. (Default is **google.com**)
* With `-r` or `--random_agent`, it will use a random user agent per proxy.
* With `-v` or `--verbose`, more details.
* With `-h` or `--help`, Show help to who did't read this README.## Good to know
* Dead proxies will be removed and just alive proxies will stay.
* This script is also able to scrape Socks, but proxyChecker only checks HTTP(S) proxies.## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=vann-dev/proxy-list,Vann-Dev/proxy-list&type=Date)](https://star-history.com/#vann-dev/proxy-list&Vann-Dev/proxy-list&Date)