{"id":18258645,"url":"https://github.com/protdos/pcheck","last_synced_at":"2026-02-01T15:32:45.688Z","repository":{"id":255456565,"uuid":"850319893","full_name":"ProtDos/pcheck","owner":"ProtDos","description":"A easy to use and blazingly fast proxy checker written in python","archived":false,"fork":false,"pushed_at":"2024-09-05T13:39:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T17:13:18.854Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProtDos.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-08-31T12:56:23.000Z","updated_at":"2024-09-05T13:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"43b047f9-64cf-4b5b-aa3b-7fd546d608b3","html_url":"https://github.com/ProtDos/pcheck","commit_stats":null,"previous_names":["protdos/pcheck"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtDos%2Fpcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtDos%2Fpcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtDos%2Fpcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtDos%2Fpcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProtDos","download_url":"https://codeload.github.com/ProtDos/pcheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247237679,"owners_count":20906329,"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":"2024-11-05T10:33:30.879Z","updated_at":"2026-02-01T15:32:45.676Z","avatar_url":"https://github.com/ProtDos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxy Checker and Saver\n\n## Overview\n\nThis Python script tests a list of proxies to determine which ones are working and saves the working proxies to an output file. It uses `aiohttp` for asynchronous HTTP requests, allowing it to efficiently check multiple proxies in parallel.\n\n## Features\n\n- Asynchronously checks a list of proxies.\n- Tests proxies against a user-defined URL.\n- Supports authentication in proxy URLs.\n- Saves working proxies to a specified output file.\n- Provides real-time progress updates on the command line.\n\n\n## Requirements\n\n- Python 3.7 or higher\n- `pip` library\n\nYou can install the required library using pip:\n\n```sh\npip install pcheck\n```\n\n## Usage\n```sh\npcheck -i INPUT_FILE -o OUTPUT_FILE [-u TEST_URL] [-t TIMEOUT]\n```\n\n\n## Command-Line Arguments\n```\n    -i, --input: Path to the input file containing proxies. Each proxy should be on a new line.\n    -o, --output: Path to the output file where working proxies will be saved.\n    -u, --url: URL to test proxies against (default is http://httpbin.org/ip).\n    -t, --timeout: Timeout for proxy requests in seconds (default is 5).\n```\n\n## Example\n\nTo test proxies listed in proxies.txt, save working proxies to working_proxies.txt, and test against http://example.com with a timeout of 10 seconds:\n\n```sh\npcheck -i proxies.txt -o working_proxies.txt -u http://example.com -t 10\n```\n\n## Proxy Format\n\nThe script supports proxies in the following formats:\n\n```\n    username:password@host:port\n    host:port:username:password\n```\n\nMake sure to provide proxies in one of these formats to ensure proper parsing.\n\n## Output\n\nThe script writes the working proxies to the specified output file, with each proxy on a new line. It also displays real-time progress on the console, including the number of working and invalid proxies, checks per second, and the number of remaining proxies.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n## Contact\n\nFor any questions or issues, please contact rootcode@duck.com or open an issue here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotdos%2Fpcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotdos%2Fpcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotdos%2Fpcheck/lists"}