{"id":21735725,"url":"https://github.com/sloweax/proxyrot","last_synced_at":"2025-04-13T01:53:45.527Z","repository":{"id":231937350,"uuid":"783075761","full_name":"sloweax/proxyrot","owner":"sloweax","description":"rotating proxy server","archived":false,"fork":false,"pushed_at":"2024-09-17T18:29:55.000Z","size":79,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T01:53:28.072Z","etag":null,"topics":["proxy-chain","proxy-rotator","rotating-proxy","socks","socks5","socks5-server"],"latest_commit_sha":null,"homepage":"","language":"C","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/sloweax.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-04-06T21:52:24.000Z","updated_at":"2025-02-13T16:11:21.000Z","dependencies_parsed_at":"2024-05-22T18:57:34.315Z","dependency_job_id":"48976222-e390-4ccf-80b7-3b811539f58c","html_url":"https://github.com/sloweax/proxyrot","commit_stats":null,"previous_names":["sloweax/proxyrot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloweax%2Fproxyrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloweax%2Fproxyrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloweax%2Fproxyrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloweax%2Fproxyrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sloweax","download_url":"https://codeload.github.com/sloweax/proxyrot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654052,"owners_count":21140235,"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":["proxy-chain","proxy-rotator","rotating-proxy","socks","socks5","socks5-server"],"created_at":"2024-11-26T05:14:22.054Z","updated_at":"2025-04-13T01:53:45.496Z","avatar_url":"https://github.com/sloweax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Usage\n```\nusage: proxyrot [OPTION...]\nOPTION:\n     -h,--help                      shows usage and exits\n     -v,--version                   shows version and exits\n     -P,--proxies FILE              add proxies from FILE\n     -n,--no-auth                   allow no auth authentication\n     -u,--userpass USER:PASS        use USER:PASS as authentication\n     -p,--port PORT                 listen on PORT (1080 by default)\n     -a,--addr ADDR                 bind on ADDR (127.0.0.1 by default)\n     -w,--workers WORKERS           number of WORKERS (8 by default)\n     -t,--timeout SECONDS           set connection timeout (10 by default)\n     -r,--retry                     if proxy connection fail, try another\n```\n\n## Build\nMake sure you have `gcc` and `make` installed\n```\ngit clone https://github.com/sloweax/proxyrot\ncd proxyrot\nmake install\n```\n\n## Example\n```\n$ cat proxies\n# protocol host port [options]\nsocks5 77.77.77.77 9050\nsocks5 11.22.33.44 123 user pass\nsocks5 proxy.com 1080 user\n# you can also chain proxies\nsocks5 1.2.3.4 user pass | socks5 4.3.2.1\n```\n\n```\n$ proxyrot -n -P proxies\nlistening on 0.0.0.0:1080\n```\n\n```\n$ for i in {1..10}; do curl ifconfig.me -x socks5://127.0.0.1:1080; echo; done\n77.77.77.77\n11.22.33.44\n43.85.12.2\n4.3.2.1\n77.77.77.77\n11.22.33.44\n43.85.12.2\n4.3.2.1\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloweax%2Fproxyrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsloweax%2Fproxyrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloweax%2Fproxyrot/lists"}