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.
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