proxy-list
List of public proxies, and checked to some domain like Google, Facebook, Twitter
proxy-list: List of public proxies, and checked to some domain like Google, Facebook, Twitter
List of public proxies, and checked to some domain like Google, Facebook, Twitter
What the project is
proxy-list is a Python project hosted on GitHub. List of public proxies, and checked to some domain like Google, Facebook, Twitter This repository originally created by iw4p and I just added some features to it. The repository is maintained by Vann-Dev and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.
What it offers
The proxy-list repository documents several concrete capabilities that shape how people use it. 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. With -t or --timeout, dismiss the proxy after -t seconds (Default is 20 ) These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.
How to set it up
Getting proxy-list running starts with cloning the source from https://github.com/Vann-Dev/proxy-list. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: pip3 install -r requirements.txt. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.
License and project status
proxy-list is written primarily in Python and is released under the an unstated license license, which sets the terms for reuse and redistribution. The project reports around 137 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/Vann-Dev/proxy-list, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.
Editorial conclusion
The proxy-list source lives at https://github.com/Vann-Dev/proxy-list under the an unstated license license and is mainly written in Python. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.
Community notes