{"id":15608954,"url":"https://github.com/pcboy/greenhouse-watcher","last_synced_at":"2025-04-06T09:29:36.846Z","repository":{"id":146100627,"uuid":"328895056","full_name":"pcboy/greenhouse-watcher","owner":"pcboy","description":"Watch your favorite companies greenhouse.io job boards and get alerted by email when new jobs are posted","archived":false,"fork":false,"pushed_at":"2021-01-12T08:00:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T15:17:44.666Z","etag":null,"topics":["greenhouse-io","jobs","jobsearch","jobseeker","notifications"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/pcboy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-12T06:36:35.000Z","updated_at":"2021-01-12T08:00:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbc5c991-118e-4c61-b125-12c9562fa394","html_url":"https://github.com/pcboy/greenhouse-watcher","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/pcboy%2Fgreenhouse-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Fgreenhouse-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Fgreenhouse-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Fgreenhouse-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcboy","download_url":"https://codeload.github.com/pcboy/greenhouse-watcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463652,"owners_count":20942935,"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":["greenhouse-io","jobs","jobsearch","jobseeker","notifications"],"created_at":"2024-10-03T05:40:37.106Z","updated_at":"2025-04-06T09:29:36.824Z","avatar_url":"https://github.com/pcboy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Greenhouse watcher\n\nI found annoying that there is no way to subscribe to [greenhouse.io](https://greenhouse.io) companies' job boards and be alerted of changes.  \nSo I made my own script doing exactly that.  \n\n## Configuration\n\nSee [watcher.yml](watcher.yml), it's pretty straightforward:\n\n```yml\norganizations:\n  - github # List of organizations you want to listen to\n  - company2\nmail:\n  pony_via: :smtp # Pony gem configuration\n  pony_via_options:\n    address: 'smtp.mailgun.org'\n    port: 587\n    user_name: ''\n    password: ''\n    authentication: plain\n  to: 'test@example.com' # to email field\n  from: 'test@example.com' # from email field\nfilters:\n  location: 'Anywhere|Japan|Remote' # Regexp for filtering the location\n  title: 'Engineer|Manager' # Regexp for filtering the job title\n```\n\nEach time you run watcher.rb with `bundle exec ruby watcher.rb` the script will check for new jobs, and save the `last updated at` date inside a `watcher.log` file (so you don't constantly receive the same jobs in your mailbox..).  \nYou now simply have to run this script regularly.\n\n## Docker solution\n\nThere is a Dockerfile at the root of the repository, which includes a `runner.sh` script that will run the `watcher.rb` script for you every 12 hours.  \nIn order to use it you can simply do:  \n\n```bash\n$\u003e docker-compose up -d\n```\n\nOr if you prefer:\n\n```bash\n$\u003e docker build -t greenhouse_watcher .\n$\u003e docker run -d -t greenhouse_watcher\n```\n\nThen the docker container in background will run the `watcher.rb` script every 12 hours for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Fgreenhouse-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcboy%2Fgreenhouse-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Fgreenhouse-watcher/lists"}