/slack-bot-fastapi

Slack Bot using Python and FastAPI 🐍

Primary LanguagePython

Slack Bot using Python and FastAPI 🐍

Requirements

How to run the app

  • Install the requirements
python -m pip install -r requirements.txt
  • Create an .env file and set the SLACK_TOKEN value
SLACK_TOKEN=Here paste your Bot User OAuth Token
  • Run the app
python runner.py

Test the app using the HTTP Client

image