Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly Wrap Slackboot

A simple bot that periodically posts a reminder to a Slack channel via a webhook.

To run you need to add a secrets.py file with the slack webhooks URL

PROD_WEBHOOK_URL = "https://hooks.slack.com/services/xxx/yyy/zzz"
TEST_WEBHOOK_URL = "https://hooks.slack.com/services/xxx/yyy/zzz"

then install the required Python libraries, and run the script

pip3 install -r requirements.txt
python3 ./run.py

to deploy, edit HOST in ./deploy.sh to point to a server that you can SSH into, and run the script

./deploy.sh

About

Slackbot to remind people to submit their weekly wrap

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages