{"id":30893517,"url":"https://github.com/bro200bs/proxy-checker","last_synced_at":"2025-09-08T20:44:03.390Z","repository":{"id":313512303,"uuid":"1051683888","full_name":"BRO200BS/proxy-checker","owner":"BRO200BS","description":"ONLY HTTP(S)","archived":false,"fork":false,"pushed_at":"2025-09-06T14:21:40.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T16:10:17.431Z","etag":null,"topics":["checker","free-proxy","proxies","proxy","proxy-checker"],"latest_commit_sha":null,"homepage":"https://github.com/BRO200BS/proxy-checker","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/BRO200BS.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T14:08:20.000Z","updated_at":"2025-09-06T14:21:44.000Z","dependencies_parsed_at":"2025-09-06T16:10:29.182Z","dependency_job_id":"6d0b6c76-bb75-40f0-8ac3-88658c97715b","html_url":"https://github.com/BRO200BS/proxy-checker","commit_stats":null,"previous_names":["bro200bs/proxy-checker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/BRO200BS/proxy-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRO200BS%2Fproxy-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRO200BS%2Fproxy-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRO200BS%2Fproxy-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRO200BS%2Fproxy-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BRO200BS","download_url":"https://codeload.github.com/BRO200BS/proxy-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRO200BS%2Fproxy-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231509,"owners_count":25245601,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["checker","free-proxy","proxies","proxy","proxy-checker"],"created_at":"2025-09-08T20:43:56.786Z","updated_at":"2025-09-08T20:44:03.375Z","avatar_url":"https://github.com/BRO200BS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YES\nONLY HTTP(S)\nSure! Here's a professional and clear **README.md** you can use for your proxy checker script:\n\n````markdown\n# Proxy Checker\n\nA simple Python script to check the availability of proxies by testing them against multiple websites concurrently. The script reads proxies from a file, tests them, and saves the working ones to another file.\n\n---\n\n## Features\n\n- Tests proxies against multiple URLs (`http://httpbin.org/ip`, `http://www.google.com`, `http://www.bing.com`, `http://example.com`).\n- Uses concurrent threads for faster checking.\n- Saves only working proxies to a separate output file.\n- Automatically stops testing a proxy after the first successful connection.\n\n---\n\n## Requirements\n\n- Python 3.7 or higher\n- `requests` library\n\nInstall dependencies with:\n\n```bash\npip install requests\n````\n\n---\nAfter runing example\n\u003cimg width=\"580\" height=\"190\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c4f0011a-86a3-4548-ac5c-637d6a4cb73b\" /\u003e\n\n## Usage\n\n1. Create a file named `unchecked.txt` in the same directory and add one proxy per line. Example format:\n\n```\n127.0.0.1:8080\n192.168.1.1:3128\n```\n\n2. Run the script:\n\n```bash\npython proxy_checker.py\n```\n\n3. After execution, working proxies will be saved in `checked.txt`.\n\n---\n\n## Configuration\n\n* `INPUT_FILE`: Name of the file containing proxies to check (default: `unchecked.txt`)\n* `OUTPUT_FILE`: Name of the file to save working proxies (default: `checked.txt`)\n* `TEST_URLS`: List of URLs to test proxies against\n* `TIMEOUT`: Timeout for each request in seconds (default: 10)\n* `max_workers`: Number of concurrent threads (default: 100)\n\nYou can edit these values directly in the script to suit your needs.\n\n---\n\n## Notes\n\n* Only HTTP and HTTPS proxies are supported.\n* The script prints a log of working (`[+] WORKING`) and dead (`[-] DEAD`) proxies.\n* Be respectful when testing proxies and avoid overloading servers with too many requests.\n\n---\n\n## License\n\nThis project is released under the MIT License.\n\n```\n\n---\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbro200bs%2Fproxy-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbro200bs%2Fproxy-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbro200bs%2Fproxy-checker/lists"}