{"id":22061732,"url":"https://github.com/kvist-no/debrief","last_synced_at":"2025-05-12T22:33:39.251Z","repository":{"id":231715777,"uuid":"782525047","full_name":"kvist-no/debrief","owner":"kvist-no","description":"Generate brief AI summaries of changes to a repository the last day.","archived":false,"fork":false,"pushed_at":"2025-05-02T00:08:02.000Z","size":94,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-02T01:20:13.099Z","etag":null,"topics":["ai","automation","chatgpt","github-api","rust","slack","summary"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kvist-no.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,"zenodo":null}},"created_at":"2024-04-05T13:19:43.000Z","updated_at":"2024-12-02T14:29:44.000Z","dependencies_parsed_at":"2024-09-17T21:31:07.533Z","dependency_job_id":"eb51872c-9e79-42e9-8b8b-2b9e12107754","html_url":"https://github.com/kvist-no/debrief","commit_stats":null,"previous_names":["kvist-no/debrief"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvist-no%2Fdebrief","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvist-no%2Fdebrief/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvist-no%2Fdebrief/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvist-no%2Fdebrief/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kvist-no","download_url":"https://codeload.github.com/kvist-no/debrief/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253833164,"owners_count":21971372,"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":["ai","automation","chatgpt","github-api","rust","slack","summary"],"created_at":"2024-11-30T18:14:35.205Z","updated_at":"2025-05-12T22:33:39.198Z","avatar_url":"https://github.com/kvist-no.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debrief — AI assisted daily development updates\n\nHello. At Kvist we faced the need for receiving daily updates on the development of our projects. We wanted to have a clear overview of what was done without having to go through commits and pull requests.\n\nFrom this need, we created Debrief which is a simple Docker image you can run as a cronjob in your Kubernetes cluster or wherever to receive a message in Slack every day containing the changes done the previous day (this accounts for weekends by sending updates on things done Friday through Sunday).\n\n## How to use it\n\nThis tool is built around the concept of delivery mechanisms which is just a \nway to list up where you want the daily updates to be sent. Currently, we support Slack and a database delivery mechanism.\n\nYou can enable the different ones with the following environment variables:\n\n```env\nDELIVERY_SLACK_ENABLED=true\nDELIVERY_DB_ENABLED=true\n```\n\nNot setting them, or setting them to false, disables them.\n\n---\n\nRun the Docker image with the following environment variables:\n\n```env\n# A GitHub PAT which has access to read the pull requests of the repository. A fine-grained will do.\nGITHUB_TOKEN=\n# A Gemini API token with access to Pro 1.5.\nGEMINI_API_TOKEN=\n# The GitHub repository name\nREPOSITORY_NAME=\n# GitHub organization name or username in the case you want to use this for your own projects\nREPOSITORY_OWNER=\n# We use env_logger in Rust so you can use this variable to control the log level. We recommend info in the case you need to debug.\nRUST_LOG=info\n# The Slack bot token. You only need chat:write permissions given that you invite the bot user to the channel you want to write to.\nSLACK_API_KEY=\n# The Slack channel ID you want to deliver the message to\nSLACK_CHANNEL=\n# The database URL if you want to use the DB delivery mechanism\nDATABASE_URL=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvist-no%2Fdebrief","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvist-no%2Fdebrief","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvist-no%2Fdebrief/lists"}