- Python (I'm using Python 3.10)
- Slack
- An workspace -> https://slack.com/get-started#/createnew
- An slack app -> https://api.slack.com/apps
- HTTP Client (I'm using Postman)
- 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