Skip to content

enikkari/sauna_bot

Repository files navigation

sauna_bot

Saunabot posts Futurice Helsinki offices friday sauna shifts and a reminder to turn on the sauna to slack; and serves a website showing the shifts for the current week.

The project uses python3.7 and other package requirements are in requirements.txt

To run the website locally run

python app.py

the website will run at http://127.0.0.1:8000/sauna

To run the page in a docker container run

docker build . -t sauna
docker run -p 8000:8000 -t sauna

the website will run at http://127.0.0.1:8000/sauna

To run the scheduler that posts messages to slack (bot_main.py) you need to define a slack token in

environment_vars.sh

About

Docker container that hosts a website that displays the sauna shifts of the current week; and a slack / flowdock integration that sends reminders and sauna shifts of the day. Women first on even weeks and men first on uneven weeks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors