{"id":15579644,"url":"https://github.com/schickling/crawl-notifier","last_synced_at":"2025-07-31T18:04:40.166Z","repository":{"id":19731085,"uuid":"22987265","full_name":"schickling/crawl-notifier","owner":"schickling","description":"Crawl any website and get notified via mail when changes occur","archived":false,"fork":false,"pushed_at":"2014-08-17T11:07:51.000Z","size":180,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:41:12.428Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schickling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-15T11:11:33.000Z","updated_at":"2020-11-13T23:19:16.000Z","dependencies_parsed_at":"2022-08-24T14:09:18.582Z","dependency_job_id":null,"html_url":"https://github.com/schickling/crawl-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fcrawl-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fcrawl-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fcrawl-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schickling%2Fcrawl-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schickling","download_url":"https://codeload.github.com/schickling/crawl-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250543344,"owners_count":21447876,"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-02T19:20:22.714Z","updated_at":"2025-04-24T01:28:17.361Z","avatar_url":"https://github.com/schickling.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"crawl-notifier\n==============\n\nCrawl any website and get notified via mail when changes occur\n\n## Features\n\n* Deadsimple configuration \u0026 usage\n* Runs inside a [Docker](http://www.docker.com) container\n* Uses jQuery for crawling\n* Sends notifications via your [Mailgun](https://mailgun.com/) account\n* Multiple receivers possible\n* Runs until the `check` was successful\n\n## Usage\n\n```sh\n$ docker run -d -e \"MAILGUN_KEY=api-key\" -v /my/local/crawlers:/data/crawlers schickling/crawl-notifier\n```\n\nFor each page you want to crawl define a `crawler` file in a directory you mount with the `-v` argument above. A `crawler` file should be a UMD style module, defining an objects with `receiver`, `sender`, `url` and `check` properties like in the example below. The `check` method will be invoked with jQuery as parameter.\n\n### Example Crawler\n\n```js\nmodule.exports = {\n\treceiver: ['john.doe@gmail.com', 'pheven@gmail.com'],\n\tsender: 'someone@gmail.com',\n\turl: 'http://time.is',\n\tcheck: function($) {\n\t\treturn $('#twd').text() === '23:00:00'; // bed time\n\t}\n};\n```\n\n## Credits\n\n* **Node Mailgun API** - https://github.com/shz/node-mailgun\n* **Node Web Crawler** - https://github.com/sylvinus/node-crawler\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Fcrawl-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschickling%2Fcrawl-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschickling%2Fcrawl-notifier/lists"}