cheeaun / slakoth

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

Home Page:https://slakoth.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

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

https://slakoth.now.sh


Languages

Language:JavaScript 96.9%Language:HTML 3.1%