Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 778 Bytes

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