Skip to content

dtmirizzi/pongbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Simple Office PingPong Slack Bot

Hey there are other options, but I want a slack bot that does not store any PII. This only stores slack user ids so no risk to your organization.

SS

To run in dev

install ngrok

ngrok http 8080
./init.sh

source .venv/bin/activate
pip install -r req.txt
export SLACK_VERFICATION_KEY="<YOUR_SLACK_KEY>"
export SLACK_CLEINT_TOKEN="<YOUR_SLACK_CLIENT_TOKEN>"
export MYSQL_HOST="<YOUR_SQL_HOST>"
export MYSQL_USER="<YOUR_SQL_USER>"
export MYSQL_PASSWORD="<YOUR_SQL_PASSWORD>" 

python main.py 

To Deploy

Don't Want to Host, Install Here

coming soon (for a reasonable price)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published