{"id":47076350,"url":"https://github.com/codurance/memento-auto-nag-bot","last_synced_at":"2026-03-12T06:43:02.112Z","repository":{"id":45002767,"uuid":"513214758","full_name":"codurance/memento-auto-nag-bot","owner":"codurance","description":"Automagically nag people who haven't filled out their memento for the week!","archived":false,"fork":false,"pushed_at":"2026-02-06T18:13:36.000Z","size":236,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-07T00:47:51.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/codurance.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-12T16:26:25.000Z","updated_at":"2026-02-06T18:13:40.000Z","dependencies_parsed_at":"2025-07-01T18:37:35.611Z","dependency_job_id":null,"html_url":"https://github.com/codurance/memento-auto-nag-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codurance/memento-auto-nag-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fmemento-auto-nag-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fmemento-auto-nag-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fmemento-auto-nag-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fmemento-auto-nag-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codurance","download_url":"https://codeload.github.com/codurance/memento-auto-nag-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codurance%2Fmemento-auto-nag-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30417613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T06:40:58.731Z","status":"ssl_error","status_checked_at":"2026-03-12T06:40:40.296Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-03-12T06:43:01.644Z","updated_at":"2026-03-12T06:43:02.104Z","avatar_url":"https://github.com/codurance.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Memento Bot\n\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codurance/memento-auto-nag-bot/.NET%20Continuous%20Integration?label=BUILD%20CI\u0026style=for-the-badge)](https://github.com/codurance/memento-auto-nag-bot/actions)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codurance/memento-auto-nag-bot/.NET%20Continuous%20Deployment?label=BUILD%20CD\u0026style=for-the-badge)](https://github.com/codurance/memento-auto-nag-bot/actions)\n![GitHub top language](https://img.shields.io/github/languages/top/codurance/memento-auto-nag-bot?style=for-the-badge)\n[![GitHub](https://img.shields.io/github/license/codurance/memento-auto-nag-bot?style=for-the-badge)](LICENSE)\n![FTB](https://raw.githubusercontent.com/hughesjs/custom-badges/master/made-in/made-in-scotland.svg)\n\n**This is an Azure Function designed to provide bot capabilities for Slack to integrate with Memento**\n\n-----\n\n## What does this bot do?\n\nThe primary purpose of this job is to save managers some time and assist billing by:\n\n\n- Sending weekly reminders to the `#memento` channel to remind everyone to fill out their timesheets.\n- Accessing Memento to determine if people have filled out their timesheets.\n- Sending IMs to everyone who has forgotten\n\n---\n\n## How does this bot work?\n\nThis bot runs as an Azure Function with two timed triggers that run at 1200 and 1600 every day. \n\nThe app then follows this high-level control flow:\n\n![Memento Bot Workflow Diagram](Assets/memento-bot-workflow.drawio.svg)\n\nIntegration with Memento is provided through the [Memento API](https://memento.codurance.com/api-docs).\n\nIntegration with Slack makes use of the [Inumedia Slack API](https://github.com/Inumedia/SlackAPI) package.\n\n---\n\n## Where is this bot hosted?\n\nThe bot is hosted [here](https://portal.azure.com/#@codurance.com/resource/subscriptions/edb907a0-34b8-47cc-a65b-9ae69c0b6398/resourcegroups/memento-bot/providers/microsoft.web/sites/memento-bot/appServices). \n\nYou'll need access to the Codurance tenant.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodurance%2Fmemento-auto-nag-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodurance%2Fmemento-auto-nag-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodurance%2Fmemento-auto-nag-bot/lists"}