Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 320 Bytes

Toustobot

Švitorka švitořící toustovač.

Usage

  1. Build docker image:
docker build -t toustobot .
  1. Get lunch menus:
docker run --rm toustobot get-menu
  1. Get lunch menus and send them to #lunch channel on Slack:
docker run --rm toustobot get-menu --slack-url <SLACK_WEBHOOK_URL>