A Slack bot that auto-post daily tech events in Singapore.
This runs as a serverless instance but also can run as a normal server.
As of May 2019, it doesn't run its internal "cron-job" anymore. The auto-post part is triggered by a job on cron-job.org instead. The /post
endpoint will post to the configured Slack channel.
npm i
- Install dependencies- Set these environment variables, optionally by creating a
.env
file:SLACK_TOKEN
- Bot tokenSLACK_CHANNEL
- Channel ID
npm start
- Runs server