Skip to content

Latest commit

 

History

History

openai-slack-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OpenAI Slack bot

Tip

Check out our Getting Started guide to install and configure the Dispatch CLI.

Your personal assistant on Slack!

pip install -r requirements.txt

Requirements

Configuration

Additional configuration required:

  • OPENAI_API_KEY: provisioned OpenAI API key.
  • SLACK_BOT_TOKEN: Token for the configured Slack app.
  • SLACK_SIGING_KEY: Signing key for the configured Slack app.

Run it

Run it locally with the Dispatch CLI:

dispatch run -- uvicorn main:app