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
- Host: GitHub
- URL: https://github.com/cheeaun/slakoth
- Owner: cheeaun
- Created: 2018-08-19T03:11:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:22:05.000Z (about 4 years ago)
- Last Synced: 2025-07-05T14:40:00.045Z (12 months ago)
- Topics: bot, events, singapore, slack, tech, webuild, webuildsg
- Language: JavaScript
- Homepage: https://slakoth.now.sh
- Size: 81.1 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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