{"id":29031726,"url":"https://github.com/right-git/proxy-checker","last_synced_at":"2025-10-14T09:37:16.675Z","repository":{"id":297761855,"uuid":"992626540","full_name":"right-git/proxy-checker","owner":"right-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-07T09:08:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-07T10:19:28.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/right-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T13:07:53.000Z","updated_at":"2025-06-07T09:08:58.000Z","dependencies_parsed_at":"2025-06-07T10:29:42.980Z","dependency_job_id":null,"html_url":"https://github.com/right-git/proxy-checker","commit_stats":null,"previous_names":["right-git/proxy-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/right-git/proxy-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right-git%2Fproxy-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right-git%2Fproxy-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right-git%2Fproxy-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right-git%2Fproxy-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/right-git","download_url":"https://codeload.github.com/right-git/proxy-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/right-git%2Fproxy-checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262044452,"owners_count":23249752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-26T10:05:14.065Z","updated_at":"2025-10-14T09:37:11.623Z","avatar_url":"https://github.com/right-git.png","language":"Python","readme":"# Proxy Checker 🔍⚡\n**A high-performance proxy validation tool with async support and detailed analytics**\n\n[![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://python.org)\n\n## Features ✨\n- **Blazing Fast** ⚡ - Async I/O with configurable concurrency (200+ proxies/sec)\n- **Smart Detection** 🔍 - Auto-detects protocol (HTTP/SOCKS5) from format\n- **Comprehensive Checks** ✅\n  - Connectivity verification\n  - Response time measurement\n  - Geolocation lookup\n  - Protocol validation\n- **Rich Output** 🎨 - Beautiful console display with color-coded results\n- **Multiple Output Formats** 💾 - TXT, JSON, and CSV support\n- **Retry Mechanism** 🔄 - Configurable retries for flaky proxies\n- **Progress Tracking** 📊 - Real-time progress bar with Rich\n\n## Installation 📦\n```bash\ngit clone https://github.com/yourusername/proxy-checker.git\ncd proxy-checker\npip install -r requirements.txt\n```\n\n## Usage 🚀\n1. Add proxies to `proxies.txt`:\n   ```text\n   socks5://user:pass@ip:port\n   http://user:pass@ip:port\n   user:pass@ip:port  # Auto-detected\n   ```\n\n2. Run the checker:\n   ```bash\n   python proxy_checker.py\n   ```\n\n3. Results saved to:\n   - `working_proxies.txt` - Verified working proxies\n   - `failed_proxies.txt` - Failed proxy list\n   - `results.json`/`results.csv` - Detailed check data\n\n## Configuration ⚙️\nCustomize in code:\n```python\nchecker = ProxyChecker(\n    proxy_file=\"proxies.txt\",\n    timeout=5,          # Seconds per check\n    max_concurrent=200, # Simultaneous connections\n    retries=2,          # Retry attempts\n    test_url=\"http://ip-api.com/json\" # Verification endpoint\n)\n```\n\n## Advanced Tips 🧠\n- **Boost Speed**:\n  ```python\n  # Increase concurrency (adjust based on your system)\n  checker = ProxyChecker(\"proxies.txt\", max_concurrent=300)\n  \n  # Use faster test endpoint\n  checker = ProxyChecker(\"proxies.txt\", test_url=\"http://httpbin.org/ip\")\n  ```\n\n- **Export Formats**:\n  ```python\n  checker.save_results(format=\"json\")  # json/csv/txt\n  ```\n\n## Output Example 📄\n![Preview](https://i.postimg.cc/rm630t02/image.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fright-git%2Fproxy-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fright-git%2Fproxy-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fright-git%2Fproxy-checker/lists"}