{"id":18436084,"url":"https://github.com/codenotary/immubot-slack","last_synced_at":"2025-10-06T17:06:35.418Z","repository":{"id":178107635,"uuid":"660093320","full_name":"codenotary/immubot-slack","owner":"codenotary","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-02T15:18:55.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-01T13:39:24.265Z","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/codenotary.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":"2023-06-29T08:22:36.000Z","updated_at":"2023-07-02T15:20:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"63f46735-d2c6-47a8-8f78-4f40c7504f24","html_url":"https://github.com/codenotary/immubot-slack","commit_stats":null,"previous_names":["codenotary/immubot-slack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codenotary/immubot-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenotary%2Fimmubot-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenotary%2Fimmubot-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenotary%2Fimmubot-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenotary%2Fimmubot-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenotary","download_url":"https://codeload.github.com/codenotary/immubot-slack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenotary%2Fimmubot-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646783,"owners_count":26021512,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-06T06:10:14.776Z","updated_at":"2025-10-06T17:06:35.413Z","avatar_url":"https://github.com/codenotary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# immubot for slack\n\nImmubot for slack to track conversation history and to ensure integrity\n\n## Description\n\nImmubot for slack is based on [slack/bolt](https://slack.dev/bolt-js/concepts) and listens on message_changed and message_deleted events. To ensure message integrity all changes are pushed to [ImmuDB Vault](https://vault.immudb.io/) service \n\nKey features\n * works with multiple channels (depending on which channel you invite the Immubot)\n * replies in a thread of edited message and states the change\n * posts in a channel on an event of deleted message and states what was deleted by whoam\n * writes both events and changes to ImmuDB Vault\n\n### Dependencies\n * Slack bot application with bot token and signing secret\n * Slack app token with `connections:write` scope\n\n### Executing\n\n```\nexport SLACK_BOT_TOKEN=\u003cslack-bot-token\u003e\nexport SLACK_SIGNING_SECRET=\u003cslack-signing-secret\u003e\nexport SLACK_APP_TOKEN=\u003cslack-app-token\u003e\nexport IMMUDB_VAULT_TOKEN=\u003cimmudb-vault-token\u003e\nnpm ci\nnode app.js\n```\n\n## How it looks in Slack\n\n![immu-ch](img/immu-ch.png)\n\n\n## How it looks in ImmuDB Vault\n```\n{\n      \"document\": {\n        \"_id\": \"649d23460000000000000004528650cd\",\n        \"_vault_md\": {\n          \"creator\": \"a:855ef31c-4b58-490f-81c5-baf85f53824e\",\n          \"ts\": 1688019782\n        },\n        \"author\": \"U01S4NWRVK3\",\n        \"channel\": \"C05EPRRQ4FP\",\n        \"message\": \"Good morning Everyone!\",\n        \"previous_message\": \"Hi all\",\n        \"type\": \"message_changed\"\n      },\n      \"revision\": \"\",\n      \"transactionId\": \"\"\n    },\n    {\n      \"document\": {\n        \"_id\": \"649d23b80000000000000005528650ce\",\n        \"_vault_md\": {\n          \"creator\": \"a:855ef31c-4b58-490f-81c5-baf85f53824e\",\n          \"ts\": 1688019896\n        },\n        \"author\": \"U01S4NWRVK3\",\n        \"channel\": \"C05EPRRQ4FP\",\n        \"previous_message\": \"kids at the keyboard\",\n        \"type\": \"message_deleted\"\n      },\n      \"revision\": \"\",\n      \"transactionId\": \"\"\n    }\n\n```\n\n![immudb-vault](img/vault.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenotary%2Fimmubot-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenotary%2Fimmubot-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenotary%2Fimmubot-slack/lists"}