Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 889 Bytes

SlackBot2.0

image

A simple bot created with Slack Bolt for Python using Slack's Event API. The app will greet new users and create an interactive modal for introductions. A basic App home was also added, with features such as displaying tips whenever the user clicks into the App home. Tips can be generated via a slash command as well.

Installation:
CD into the folder
ngrok http 3000
In a separate CMD shell, CD into the folder
python -m venv .venv
./.venv/Scripts/activate
set SLACK_BOT_TOKEN=
set SLACK_SIGNING_SECRET=
pip install slack_bolt
python appStart.py

image