{"id":23357788,"url":"https://github.com/trixsec/proxy-checker","last_synced_at":"2025-04-10T09:44:31.672Z","repository":{"id":266254079,"uuid":"897790619","full_name":"TrixSec/Proxy-Checker","owner":"TrixSec","description":"Fast Proxy Checker","archived":false,"fork":false,"pushed_at":"2024-12-04T15:07:03.000Z","size":395,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:41:43.462Z","etag":null,"topics":["anonymity","proxy-checker","python","pythontool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TrixSec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-12-03T08:46:08.000Z","updated_at":"2025-02-15T13:43:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc89b53d-b7a4-4405-b50b-70d8daf58477","html_url":"https://github.com/TrixSec/Proxy-Checker","commit_stats":null,"previous_names":["trixsec/proxy-checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FProxy-Checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FProxy-Checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FProxy-Checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrixSec%2FProxy-Checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrixSec","download_url":"https://codeload.github.com/TrixSec/Proxy-Checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248196031,"owners_count":21063332,"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":["anonymity","proxy-checker","python","pythontool"],"created_at":"2024-12-21T10:31:59.413Z","updated_at":"2025-04-10T09:44:31.661Z","avatar_url":"https://github.com/TrixSec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxy Checker\n\n**Current Version**: 1.0\n**Author**: Trix Cyrus  \n**Copyright**: © 2024 Trixsec Org  \n**Maintained**: Yes\n\nA Python script to check the validity of proxies by testing them against a test URL. It supports HTTP, SOCKS4, and SOCKS5 proxy types and displays the working proxies along with their response time in milliseconds.\n\n## Features:\n- Test proxies from a provided list.\n- Supports HTTP, SOCKS4, and SOCKS5 proxies.\n- Concurrent proxy testing using asyncio for faster processing.\n- Displays the working proxies along with the response time.\n- Saves the valid proxies to a text file in `ip:port` format.\n\n## Requirements:\n- Python 3.7 or higher\n- Dependencies can be installed from `requirements.txt`.\n\n## Installation\n\n1. Clone the repository or download the script.\n\n2. Install the required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the script with the following command:\n\n   ```bash\n   python proxy_checker.py --proxy-file \u003cproxy_list.txt\u003e --type http --timeout 10 --threads 5 --output-file working_proxies.txt\n   ```\n\n### Arguments:\n- `--proxy-file`: The file containing a list of proxies (format: `ip:port` per line).\n- `--type`: The proxy type (`http`, `socks4`, `socks5`).\n- `--timeout`: The timeout duration (in seconds) for each proxy check (default: 10 seconds).\n\n\n- `--threads`: The number of concurrent threads to use (default: 5).\n- `--output-file`: The file to save working proxies (default: `proxy_output.txt`).\n\n### Example Usage:\n\n```bash\npython proxy_checker.py --proxy-file proxies.txt --type http --timeout 10 --threads 500 --output-file working_proxies.txt\n\nor \n\npython proxy_checker.py --proxy-file proxies.txt  --threads 500 \n```\n\n### Test Run\n\n![Proxy-Checker](https://github.com/TrixSec/Proxy-Checker/blob/main/demo/testrun.jpg?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fproxy-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrixsec%2Fproxy-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixsec%2Fproxy-checker/lists"}