/BasicSlackApp

A basic Slack app setup with FastAPI

Primary LanguagePythonMIT LicenseMIT

BasicSlackApp

A basic Slack app setup with FastAPI

Setup

pip install -r requirements.txt

# -- OAuth flow -- #
export SLACK_SIGNING_SECRET=***
export SLACK_CLIENT_ID=111.111
export SLACK_CLIENT_SECRET=***
export SLACK_SCOPES=chat:write

Resources: