{"id":26214789,"url":"https://github.com/webkom/event-reminder","last_synced_at":"2026-05-26T20:05:34.523Z","repository":{"id":69743934,"uuid":"125942392","full_name":"webkom/event-reminder","owner":"webkom","description":"🛎 Posts events opening today to Slack","archived":false,"fork":false,"pushed_at":"2023-02-20T09:52:51.000Z","size":90,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-12-13T01:34:12.140Z","etag":null,"topics":["hacktoberfest","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/webkom.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":"2018-03-20T01:22:44.000Z","updated_at":"2022-10-19T18:54:19.000Z","dependencies_parsed_at":"2023-05-18T20:45:42.785Z","dependency_job_id":null,"html_url":"https://github.com/webkom/event-reminder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webkom/event-reminder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fevent-reminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fevent-reminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fevent-reminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fevent-reminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webkom","download_url":"https://codeload.github.com/webkom/event-reminder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webkom%2Fevent-reminder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["hacktoberfest","slack-bot"],"created_at":"2025-03-12T10:18:28.216Z","updated_at":"2026-05-26T20:05:34.514Z","avatar_url":"https://github.com/webkom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# event-reminder [![Build Status](https://ci.webkom.dev/api/badges/webkom/event-reminder/status.svg)](https://ci.webkom.dev/webkom/event-reminder)\n\n\u003e Posts events opening today to Slack. Built as an example application for the [LEGO API](https://https://github.com/webkom/lego).\n\n![Slack Screenshot](https://i.imgur.com/87MGVzK.png)\n\n## Installation\n\nevent-reminder needs at least version 7.6 of Node.js, and\n[yarn](https://yarnpkg.com/en/) installed.\n\n```bash\n$ yarn\n```\n\n## Usage\n\nFirst you'll need to create an incoming webhook for use with Slack.\nThis is what the application uses to post the daily reminders, and you can\ncreate one in your Slack's [integration settings](https://my.slack.com/services/new/incoming-webhook/).\n\nTo run without user authentication, the application can be started with:\n\n```bash\n$ WEBHOOK_URL=... WEBHOOK_URL_JOBLISTINGS=... yarn start\n$ # To run requests against the real API instead of\n$ # the staging version, set NODE_ENV=production as well.\n```\n\nIf you want to authrorize using your own user, you need an OAuth2 application,\nwhich can be created through your\n[user profile](https://abakus.no/users/me/settings/oauth2).\nThis will give you a client ID, and a client secret. With that in hand, we can\nretrieve our initial authorization token:\n\n```bash\n$ CLIENT_ID=... CLIENT_SECRET=... yarn token\n$ # This should open a browser window where you can complete the OAuth2 sign-in\n$ # process. After that is done you'll get an `ACCESS_TOKEN` and a `REFRESH_TOKEN`.\n```\n\nAt this point you should have all the required environment variables:\n\n* `ACCESS_TOKEN`\n* `REFRESH_TOKEN`\n* `CLIENT_ID`\n* `CLIENT_SECRET`\n* `WEBHOOK_URL`\n\nThe application can then be started with:\n\n```bash\n$ ACCESS_TOKEN=... REFRESH_TOKEN=... CLIENT_ID=... CLIENT_SECRET=... WEBHOOK_URL=... yarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkom%2Fevent-reminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebkom%2Fevent-reminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebkom%2Fevent-reminder/lists"}