{"id":16236184,"url":"https://github.com/ganevdev/periodic-crawler","last_synced_at":"2025-04-08T08:27:48.048Z","repository":{"id":57322151,"uuid":"178521145","full_name":"ganevdev/periodic-crawler","owner":"ganevdev","description":"periodic-crawler","archived":false,"fork":false,"pushed_at":"2019-04-08T10:36:40.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T09:24:39.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/periodic-crawler","language":"TypeScript","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/ganevdev.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":"2019-03-30T06:30:40.000Z","updated_at":"2020-11-11T14:52:43.000Z","dependencies_parsed_at":"2022-08-25T22:42:08.857Z","dependency_job_id":null,"html_url":"https://github.com/ganevdev/periodic-crawler","commit_stats":null,"previous_names":["ganevru/periodic-crawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganevdev%2Fperiodic-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganevdev%2Fperiodic-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganevdev%2Fperiodic-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganevdev%2Fperiodic-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganevdev","download_url":"https://codeload.github.com/ganevdev/periodic-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247803439,"owners_count":20998769,"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":[],"created_at":"2024-10-10T13:29:33.216Z","updated_at":"2025-04-08T08:27:48.016Z","avatar_url":"https://github.com/ganevdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Periodic Crawler\n\n[![Build Status](https://travis-ci.com/Ganevru/periodic-crawler.svg?branch=master)](https://travis-ci.com/Ganevru/periodic-crawler)\n[![npm](https://img.shields.io/npm/v/periodic-crawler.svg?style=flat-square)](http://npm.im/periodic-crawler)\n\nI do NOT recommend using it in real projects.\n\n```\nnpm i periodic-crawler\n```\n\n## Exsampls\n\n```js\nconst periodicCrawler = require('periodic-crawler');\n\nasync () =\u003e {\n  const res = await periodicCrawler(['www.example.com/'], {\n    proxy: {\n      useProxy: false\n    },\n    settings: {\n      pauseMin: 1,\n      pauseMax: 2\n    }\n  });\n  console.log(res);\n};\n\n// in console:\n// [\n//   {\n//     \"url\": \"www.example.com/\",\n//     \"dowDate\": \"2019-04-01T02:39:55.268Z\",\n//     \"body\": \"\u003c!doctype html\u003e\\n\u003chtml\u003e\\n\u003chead\u003e\u003c/head\u003e\\n\\n\u003cbody\u003e\\n\u003cdiv\u003e\\n    \u003ch1\u003eExample Domain\u003c/h1\u003e\\n    \u003cp\u003eThis domain is established to be used for illustrative examples in documents. You may use this\\n    domain in examples without prior coordination or asking for permission.\u003c/p\u003e\\n    \u003cp\u003e\u003ca href=\\\"http://www.iana.org/domains/example\\\"\u003eMore information...\u003c/a\u003e\u003c/p\u003e\\n\u003c/div\u003e\\n\u003c/body\u003e\\n\u003c/html\u003e\\n\"\n//   }\n// ]\n```\n\n## TODO\n\n- [Puppeteer](https://pptr.dev/) option for scrapping\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganevdev%2Fperiodic-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganevdev%2Fperiodic-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganevdev%2Fperiodic-crawler/lists"}