Skip to content

Ricardo-VP/slack-bot-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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