Skip to content

chxtio/SlackBot2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

🤖 First bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages