{"id":21008068,"url":"https://github.com/caged/lighthouse-digest","last_synced_at":"2025-06-16T02:07:56.267Z","repository":{"id":395891,"uuid":"13908","full_name":"caged/lighthouse-digest","owner":"caged","description":"Email yourself daily/weekly/monthly summaries of Lighthouse tickets based on keywords you give it","archived":false,"fork":false,"pushed_at":"2008-05-02T00:22:40.000Z","size":87,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T02:36:30.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://alternateidea.com","language":"Ruby","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/caged.png","metadata":{"files":{"readme":"README.markdown","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":"2008-05-02T00:22:18.000Z","updated_at":"2019-08-13T13:23:54.000Z","dependencies_parsed_at":"2022-07-07T13:36:09.169Z","dependency_job_id":null,"html_url":"https://github.com/caged/lighthouse-digest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caged/lighthouse-digest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Flighthouse-digest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Flighthouse-digest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Flighthouse-digest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Flighthouse-digest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caged","download_url":"https://codeload.github.com/caged/lighthouse-digest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caged%2Flighthouse-digest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260083862,"owners_count":22956409,"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-11-19T09:11:23.116Z","updated_at":"2025-06-16T02:07:56.245Z","avatar_url":"https://github.com/caged.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Lighthouse Digest\n\nUse this with launchd to create digest emails for Lighthouse tickets.\nExample uses:\n\n* Send a summary of stale tickets to members on your team every week.\n* Get daily summaries of tickets created that day\n* Get daily summaries of tickets closed that day\n\n\u003cpre\u003e\u003ccode\u003e\n# Set basic Lighthouse info\n# Your lighthouse account name\nLighthouse.account = \"activereload\"\n\n# Your API Key for this particular project\nLighthouse.token = \"YOUR TOKEN\"\n\n\nLighthouse::Digest.new do |digest|\n  digest.project_id = 44 # Lighthouse project id\n  digest.from = \"you@someemail.com\" # optional\n  digest.query = \"state:open updated:'three weeks ago - two weeks ago'\" # Any valid Lighthouse search\n  digest.emails = \"foo@email.com, bar@email.com\" # Who to send this digest too\nend\n\u003c/code\u003e\u003c/pre\u003e\n\nHere is a typical launchd script to email you once a week. Place this in ~/Library/LaunchAgents/com.lighthouseapp.project.digest.\n\n\n\u003cpre\u003e\u003ccode\u003e\n\u0026lt;?xml version=\u0026quot;1.0\u0026quot; encoding=\u0026quot;UTF-8\u0026quot;?\u0026gt;\n\u0026lt;!DOCTYPE plist PUBLIC \u0026quot;-//Apple//DTD PLIST 1.0//EN\u0026quot; \u0026quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd\u0026quot;\u0026gt;\n\u0026lt;plist version=\u0026quot;1.0\u0026quot;\u0026gt;\n\u0026lt;dict\u0026gt;\n\t\u0026lt;key\u0026gt;Label\u0026lt;/key\u0026gt;\n\t\u0026lt;string\u0026gt;com.lighthouseapp.activereload.digest\u0026lt;/string\u0026gt;\n\t\u0026lt;key\u0026gt;ProgramArguments\u0026lt;/key\u0026gt;\n\t\u0026lt;array\u0026gt;\n\t\t\u0026lt;string\u0026gt;ruby\u0026lt;/string\u0026gt;\n\t\t\u0026lt;string\u0026gt;/Users/Caged/myscript.rb\u0026lt;/string\u0026gt;\n\t\u0026lt;/array\u0026gt;\n\t\u0026lt;key\u0026gt;RunAtLoad\u0026lt;/key\u0026gt;\n\t\u0026lt;false/\u0026gt;\n\t\u0026lt;key\u0026gt;StartCalendarInterval\u0026lt;/key\u0026gt;\n\t\u0026lt;dict\u0026gt;\n\t\t\u0026lt;key\u0026gt;Hour\u0026lt;/key\u0026gt;\n\t\t\u0026lt;integer\u0026gt;0\u0026lt;/integer\u0026gt;\n\t\t\u0026lt;key\u0026gt;Minute\u0026lt;/key\u0026gt;\n\t\t\u0026lt;integer\u0026gt;0\u0026lt;/integer\u0026gt;\n\t\t\u0026lt;key\u0026gt;Weekday\u0026lt;/key\u0026gt;\n\t\t\u0026lt;integer\u0026gt;1\u0026lt;/integer\u0026gt;\n\t\u0026lt;/dict\u0026gt;\n\u0026lt;/dict\u0026gt;\n\u0026lt;/plist\u0026gt;\n\u003c/code\u003e\u003c/pre\u003e\n\n### Load it\n\u003cpre\u003e\u003ccode\u003elaunchctl load ~/Library/LaunchAgents/com.lighthouseapp.PROJECT.digest\u003c/code\u003e\u003c/pre\u003e\n\n### Test it using the label you give it in the plist\n\u003cpre\u003e\u003ccode\u003elaunchctl start com.lighthouseapp.PROJECT.digest\u003c/code\u003e\u003c/pre\u003e\n\n### Stopping it\nIf you want to stop this script for good, unload it:\n\u003cpre\u003e\u003ccode\u003elaunchctl unload ~/Library/LaunchAgents/com.lighthouseapp.PROJECT.digest\u003c/code\u003e\u003c/pre\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaged%2Flighthouse-digest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaged%2Flighthouse-digest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaged%2Flighthouse-digest/lists"}