A slash command Slack bot for Ersilia
This section goes over how to get started with development for this Slack application.
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 botSLACK_APP_TOKEN
- The token for the Slack app
You can find details on creating these tokens here.
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