mishakorzik/proxychecker — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2025-11-16
Filter a large list of free proxies down to the working ones before starting a web scraping job.
Quickly verify that purchased SOCKS5 proxies are still live before using them for automated account management.
Test proxy connectivity from a phone using Termux without needing a desktop computer.
| mishakorzik/proxychecker | adewale/skill-eval-harness | dragonmeow1012/dragonmeow-mangatranslator | |
|---|---|---|---|
| Stars | 38 | 38 | 38 |
| Language | Python | Python | Python |
| Last pushed | 2025-11-16 | — | — |
| Maintenance | Quiet | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Python and the Requests library installed, the README lacks detail on exactly how to pass your proxy list to the script.
ProxyChecker is a tool that takes a list of proxy servers and rapidly tests them to see which ones actually work. Instead of manually testing proxies one by one to find out if they are live or dead, you run this script and it processes the whole batch for you in seconds. The tool works by taking a list of proxies and sending a quick test request through each one to see if it successfully connects. It supports three different types of proxies: HTTP, SOCKS4, and SOCKS5, which covers the most common proxy protocols people use. The screenshot in the project suggests it runs in a command-line interface, and notably, the screenshot is from an Android app called Termux. This means you can run the tool directly from a phone, not just a traditional computer. Someone running automated web tasks would find this useful. For example, if you are scraping data from websites, managing multiple accounts, or doing security research, you often rely on lists of free or purchased proxies. Those lists go stale quickly, so you need a fast way to filter out the dead proxies before starting your actual work. To use it, you need Python installed on your machine along with a common programming add-on called "requests." The README does not go into detail on how to feed your list of proxies into the script, but the core functionality is straightforward: it takes your list, tests the connections, and tells you which ones are ready to use. The project's main focus is speed, handling large batches of proxies efficiently rather than offering a complex graphical interface.
ProxyChecker is a command-line tool that rapidly tests lists of proxy servers to find which ones actually work. It supports HTTP, SOCKS4, and SOCKS5 proxies, and can even run on a phone.
Mainly Python. The stack also includes Python, Requests, Termux.
Quiet — no commits in 6-12 months (last push 2025-11-16).
The README does not mention a license, so it is unclear what permissions you have to use or modify this code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.