{"id":20224842,"url":"https://github.com/githubocto/good-day-azure","last_synced_at":"2026-04-17T04:32:59.451Z","repository":{"id":109773157,"uuid":"362985255","full_name":"githubocto/good-day-azure","owner":"githubocto","description":"Good Day is a Slack bot that helps developers keep track of how their days went.","archived":false,"fork":false,"pushed_at":"2025-03-27T18:02:13.000Z","size":533,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T10:28:02.779Z","etag":null,"topics":["good-day","slack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/githubocto.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":"2021-04-30T00:45:00.000Z","updated_at":"2022-06-27T13:42:54.000Z","dependencies_parsed_at":"2025-10-25T10:17:27.310Z","dependency_job_id":"273c0739-c8fd-4a32-af40-1bdf12cbad16","html_url":"https://github.com/githubocto/good-day-azure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/githubocto/good-day-azure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubocto%2Fgood-day-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubocto%2Fgood-day-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubocto%2Fgood-day-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubocto%2Fgood-day-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubocto","download_url":"https://codeload.github.com/githubocto/good-day-azure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubocto%2Fgood-day-azure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["good-day","slack"],"created_at":"2024-11-14T07:09:25.400Z","updated_at":"2026-04-17T04:32:59.445Z","avatar_url":"https://github.com/githubocto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Good Day Slack Bot - Azure Functions\n\nFull writeup for this project is here: [https://github.com/githubocto/good-day-bot](https://github.com/githubocto/good-day-bot)\n\nGood Day is a Slack bot that pings users every day and asks how their day was. It depends on these Azure functions for cron job tasks.\n\n## Development\n\n1. `brew tap azure/functions \u0026\u0026 brew install azure-functions-core-tools@3`\n\n2. Create a `local.settings.json` with the following content:\n\n```jsonc\n{\n  \"IsEncrypted\": false,\n  \"Values\": {\n    \"AzureWebJobsStorage\": \"\", // get automatically from VSCode Debug panel\n    \"FUNCTIONS_WORKER_RUNTIME\": \"node\",\n    \"GH_API_KEY\": \"YOUR PAT GOES HERE\", // get from good-day-bot account on GitHub\n    \"PG_CONN_STRING\": \"\", // get from 1 password using table goodday\n    \"SLACKBOT_API_URL\": \"https://octo-devex.ngrok.io\" or \"https://octo-good-day-bot.azurewebsites.net/\",\n    \"AZURE_FUNCTIONS_ID\": \"\", // API Key ID for slack server\n    \"AZURE_FUNCTIONS_SECRET\": \"\" // API Key secret for slack server\n  }\n}\n```\n\n3. In VSCode go to the Debug panel and click on `Attach to Node Functions` then select the Azure storage account to use for debugging `octogooddaystorage`.\n\n4. `npm install`\n\n5. `npm run watch` and `npm run start` in another tab\n\n## Building / Releasing\n\nDeployment to the production app happens automatically when pushing to main by using a GitHub Action specified in `.github/workflows/good-day.yaml`.\n\nOr use the [Azure Functions](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) for dev testing work.\n\nIn both cases you also have to set the `env` variables for the Azure app through the app's configuration panel.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubocto%2Fgood-day-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubocto%2Fgood-day-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubocto%2Fgood-day-azure/lists"}