Skip to content

pujunru/slackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline

Slackathon

Setup

Make sure you have python 3.8 installed.

Created a virtualenv and install the required packages.

python -m venv .venv
source .venv/bin/activate
pip install -r bot/requirements.txt -r requirements-dev.txt

Start Slack Bolt App

Activate your python venv and run the following commands

python bot/app.py

which will start a flask server on port 3000 and forwarding Slack traffic to the slack handlers.

Start ngrok tunnel

ngrok http 3000

Then configure Slack app with the ngrok https endpoint:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages