An open API service indexing awesome lists of open source software.

https://github.com/cheeaun/slakoth

A Slack bot that auto-post daily tech events in Singapore
https://github.com/cheeaun/slakoth

bot events singapore slack tech webuild webuildsg

Last synced: 8 months ago
JSON representation

A Slack bot that auto-post daily tech events in Singapore

Awesome Lists containing this project

README

          

Slakoth
===

> A Slack bot that auto-post daily tech events in Singapore.

Notes
---

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](https://cron-job.org/) instead. The `/post` endpoint will post to the configured Slack channel.

Technicalities
---

1. `npm i` - Install dependencies
2. Set these environment variables, optionally by creating a `.env` file:
- `SLACK_TOKEN` - Bot token
- `SLACK_CHANNEL` - Channel ID
3. `npm start` - Runs server