{"id":34197179,"url":"https://github.com/tamboto2000/sslproxies","last_synced_at":"2026-03-13T04:33:41.163Z","repository":{"id":57572843,"uuid":"280074207","full_name":"tamboto2000/sslproxies","owner":"tamboto2000","description":"SSLProxies is a scraper for getting proxies list from sslproxies.org","archived":false,"fork":false,"pushed_at":"2022-11-09T04:25:21.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-18T19:28:08.674Z","etag":null,"topics":["proxy-finder","proxy-list","proxy-scraper","sslproxies-scraper","sslproxy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tamboto2000.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}},"created_at":"2020-07-16T06:35:39.000Z","updated_at":"2022-10-13T07:01:14.000Z","dependencies_parsed_at":"2023-01-21T14:30:26.740Z","dependency_job_id":null,"html_url":"https://github.com/tamboto2000/sslproxies","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tamboto2000/sslproxies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamboto2000%2Fsslproxies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamboto2000%2Fsslproxies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamboto2000%2Fsslproxies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamboto2000%2Fsslproxies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamboto2000","download_url":"https://codeload.github.com/tamboto2000/sslproxies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamboto2000%2Fsslproxies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30458001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["proxy-finder","proxy-list","proxy-scraper","sslproxies-scraper","sslproxy"],"created_at":"2025-12-15T17:33:52.788Z","updated_at":"2026-03-13T04:33:41.155Z","avatar_url":"https://github.com/tamboto2000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSLProxies\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/tamboto2000/sslproxies.svg)](https://pkg.go.dev/github.com/tamboto2000/sslproxies)\n\nSSLProxies is a scraper for finding proxies based on sslproxies.org.\n\n### Installation\n\nSSLProxies require Golang v14 or up\n```sh\n$ go get github.com/tamboto2000/sslproxies\n```\n\n# Examples\n\n### Example 1\n```go\npackage main\n\nimport (\n\t\"github.com/tamboto2000/sslproxies\"\n)\n\nfunc main() {\n\t// get 20 proxies from United States of America with anonymity level of Elite Proxy\n\tproxies, err := sslproxies.Get(20, sslproxies.UnitedStates, sslproxies.Elite)\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\n\t// save proxies\n\tif err := sslproxies.Save(proxies); err != nil {\n\t\tpanic(err.Error())\n\t}\n\n\t// save proxies to custom path\n\tif err := sslproxies.SaveToPath(proxies, \"my_proxies.json\"); err != nil {\n\t\tpanic(err.Error())\n\t}\n}\n```\n\n### Example 2\nLoad proxies from saved file\n```go\npackage main\n\nimport (\n\t\"github.com/tamboto2000/sslproxies\"\n)\n\nfunc main() {\n\t// get proxies from saved files\n\tproxs, err := sslproxies.Load()\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\n\t// use the proxs...\n}\n```\n\n### Example 3\nLoad proxies from custom path\n```go\npackage main\n\nimport (\n\t\"github.com/tamboto2000/sslproxies\"\n)\n\nfunc main() {\n\t// get proxies from custom path\n\tproxs, err := sslproxies.LoadFromPath(\"my_proxies.json\")\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\n\t// use the proxs...\n}\n```\n\nLicense\n----\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamboto2000%2Fsslproxies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamboto2000%2Fsslproxies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamboto2000%2Fsslproxies/lists"}