{"id":34836974,"url":"https://github.com/rodrigogs/overture","last_synced_at":"2026-05-23T06:32:27.712Z","repository":{"id":81617764,"uuid":"46067857","full_name":"rodrigogs/overture","owner":"rodrigogs","description":"A proxy crawler","archived":false,"fork":false,"pushed_at":"2016-01-22T15:28:45.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T01:40:06.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigogs.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":"2015-11-12T17:07:55.000Z","updated_at":"2016-07-20T20:40:03.000Z","dependencies_parsed_at":"2023-03-06T01:15:22.008Z","dependency_job_id":null,"html_url":"https://github.com/rodrigogs/overture","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rodrigogs/overture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Foverture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Foverture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Foverture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Foverture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigogs","download_url":"https://codeload.github.com/rodrigogs/overture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigogs%2Foverture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33385143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"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":[],"created_at":"2025-12-25T16:06:43.003Z","updated_at":"2026-05-23T06:32:27.692Z","avatar_url":"https://github.com/rodrigogs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"     _____                _                  \n    |  _  |              | |                 \n    | | | |_   _____ _ __| |_ _   _ _ __ ___ \n    | | | \\ \\ / / _ \\ '__| __| | | | '__/ _ \\\n    \\ \\_/ /\\ V /  __/ |  | |_| |_| | | |  __/\n     \\___/  \\_/ \\___|_|   \\__|\\__,_|_|  \\___|\n                                             \n                                             \n\n[![Build Status](https://travis-ci.org/rodrigogs/overture.svg?branch=master)](https://travis-ci.org/rodrigogs/overture)\n\n## About\nOverture uses proxy crawlers capable of read free proxy list websites and test the results to leave only the healthy ones.\nYou can think of Overture as a proxy pool service.\n\n## Install\n\u003e npm install overturejs\n\n## Usage\n```javascript\nconst Overture = require('overturejs');\n\nlet overture = new Overture('degub');\n\noverture.start(2);\n// Starts an Overture instance that verifies the proxy lists within the given interval(in minutes).\noverture.stop();\n// Stops the Overture instance\n\noverture.serve('127.0.0.1', 3000);\n// Create a http server\n// http://127.0.0.1:3000/list, http://127.0.0.1:3000/all, http://127.0.0.1:3000/best, http://127.0.0.1:3000/random\n\noverture.on('ready', (currentHealthyList) =\u003e { console.log(currentHealthyList) } );\noverture.on('halt', () =\u003e { console.log('Sorry, there are no proxies alive :(') } );\n// Events\n\nlet rawList = overture.list;\n// The current raw list\nlet myProxy = overture.pickBest();\n// Returns a tested healthy proxy server with the lowest latency\nlet myProxies = overture.pickAll();\n// Returns a list with all healthy gateways\nlet myRandomProxy = overture.pickRandom();\n// Returns a random healthy proxy\nlet isRunning = overture.isRunning;\n// Returns true if instance is running and false if it's not\nlet status = overture.status;\n// Returns the current instance status: [ started, ready, halt, stopped ]\n```\n\n## TODO\n* Better documentation\n\n## License\n\n[Licence](https://github.com/rodrigogs/overture/blob/master/LICENSE) © Rodrigo Gomes da Silva\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigogs%2Foverture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigogs%2Foverture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigogs%2Foverture/lists"}