python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
python3 main.py
The following environment variables are required:
SLACK_BOT_TOKEN
- Get this from Slack app dashSLACK_USER_TOKEN
- Get this from Slack app dashSLACK_SIGNING_SECRET
- Get this from Slack app dashSLACK_SUPPORT_CHANNEL
- Get this from the channel linkSLACK_REQUEST_CHANNEL
- Get this from the channel linkAIRTABLE_API_KEY
- Get this from the Airtable Builder HubAIRTABLE_BASE_ID
- Get this from the Airtable Base URL (app...)
The following environment variables are optional:
PORT
- Defaults to 3000 if not specified
Add notes on gunicorn (Don't use the dev server)