Skip to content

utm-cssc/slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡🤖 CSSC Slack Bot

The CSSC Slack Bot is a very simple Slack bot that enables users to send anonymous ideas enabling discussion amongst the team. It is built with NodeJS using Slack's Bolt API (https://slack.dev/bolt-js/concepts)

🚀 Getting Started

Requires: Node.js

This guide was used for getting started: https://blog.logrocket.com/build-a-slackbot-in-node-js-with-slacks-bolt-api/

  1. Create a Slack Bot Account
  2. yarn
  3. Create a .env file with the following contents:
TOKEN=
SIGNING_SECRET=
APP_TOKEN=
  1. Use node index.js to run the bot!

📦 Deployment

The bot is deployed on a Heroku Hobby Dyno.

  1. Create a heroku app or set an existing one as the remote for this git repo
  2. git push heroku main
  3. heroku logs --tail to debug issues

✨ Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published