Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

ersilia-os/slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack 💬

A slash command Slack bot for Ersilia

Usage

⚠️ THIS IS AN EXPERIMENTAL PROJECT ⚠️

example

Development

This section goes over how to get started with development for this Slack application.

Requirements

To get started with development, you will need the following:

You will need to create a .env file in the root of the project with the following:

  • SLACK_BOT_TOKEN - The token for the Slack bot
  • SLACK_APP_TOKEN - The token for the Slack app

You can find details on creating these tokens here.

Starting the App Locally

Run the following commands to spin up a development environment:

pipenv install

This will install all the dependencies for the project

pipenv run dev

This will spin up a development server on port 8000