{"id":23093900,"url":"https://github.com/midasvanveen/proxy-rs","last_synced_at":"2025-04-03T18:48:10.994Z","repository":{"id":190846014,"uuid":"683464691","full_name":"MidasVanVeen/proxy-rs","owner":"MidasVanVeen","description":"Proxy checking using ureq","archived":false,"fork":false,"pushed_at":"2023-08-26T20:28:17.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T07:16:04.650Z","etag":null,"topics":["http","https","proxy","proxy-checker","rust","socks","socks4","socks5","ureq"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/MidasVanVeen.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":"2023-08-26T16:52:48.000Z","updated_at":"2023-08-27T16:27:55.000Z","dependencies_parsed_at":"2024-12-16T21:54:38.940Z","dependency_job_id":"164e867d-20dd-43b3-a31b-2811accb1d90","html_url":"https://github.com/MidasVanVeen/proxy-rs","commit_stats":null,"previous_names":["midasvanveen/proxy-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidasVanVeen%2Fproxy-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidasVanVeen%2Fproxy-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidasVanVeen%2Fproxy-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidasVanVeen%2Fproxy-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MidasVanVeen","download_url":"https://codeload.github.com/MidasVanVeen/proxy-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247061784,"owners_count":20877169,"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":["http","https","proxy","proxy-checker","rust","socks","socks4","socks5","ureq"],"created_at":"2024-12-16T21:54:22.950Z","updated_at":"2025-04-03T18:48:10.975Z","avatar_url":"https://github.com/MidasVanVeen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy-rs - Proxy Checker Tool\n\nproxy_rs is a command-line tool written in Rust for checking the validity and performance of proxy servers. It allows you to quickly assess a list of proxy servers, test their responsiveness, and save the working proxies to an output file.\n\nThis project uses ureq, one of the fastest request libraries available for rust.\n\n## Usage\n\n```plain\nUsage: proxy_rs [OPTIONS] --file \u003cFILE\u003e\n\nOptions:\n  -f, --file \u003cFILE\u003e\n  -o, --outfile \u003cOUTFILE\u003e  [default: checked-proxies.txt]\n  -v, --verbose\n  -t, --timeout \u003cTIMEOUT\u003e  [default: 5]\n  -r, --retries \u003cRETRIES\u003e  [default: 3]\n  -T, --threads \u003cTHREADS\u003e  [default: 200]\n  -h, --help               Print help\n  -V, --version            Print version\n```\n\n## Options\n\n- `-f, --file \u003cFILE\u003e`: Specify the path to the input file containing the list of proxy servers to be checked.\n- `-o, --outfile \u003cOUTFILE\u003e`: Specify the name of the output file where the working proxy servers will be saved. (Default: checked-proxies.txt)\n- `-v, --verbose`: Enable verbose mode, providing more detailed output during the checking process.\n- `-t, --timeout \u003cTIMEOUT\u003e`: Set the timeout value (in seconds) for each proxy server check. (Default: 5)\n- `-r, --retries \u003cRETRIES\u003e`: Set the number of retries for failed proxy connection attempts. (Default: 3)\n- `-T, --threads \u003cTHREADS\u003e`: Set the number of threads to use for parallel proxy checking. (Default: 200)\n- `-h, --help`: Print the help message detailing the usage of the tool.\n- `-V, --version`: Print the version information of the proxy_rs tool.\n\n## Adding Protocols\nIf your list of proxy servers is in the format host:port, you can use the provided Python script add-protocol.py to add the protocol prefix. The script takes an input file and a protocol as arguments and outputs the modified list to stdout.\n\n### Usage\n\n```sh\n./add-protocol.py input-proxies.txt http \u003e output.txt\n```\nReplace http with the desired protocol.\n\n## Examples\nCheck a list of proxy servers with the \"https\" protocol, verbose output, a timeout of 10 seconds, and using 100 threads:\n\n``` sh\nproxy_rs -f proxies.txt -p https -v -t 10 -T 100\n```\n\n## License\nThis project is licensed under the [MIT License](https://mit-license.org).\n\nFeel free to contribute, report issues, or suggest improvements on [GitHub](https://github.com/MidasVanVeen/proxy-rs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidasvanveen%2Fproxy-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidasvanveen%2Fproxy-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidasvanveen%2Fproxy-rs/lists"}