Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 492 Bytes

OpenCollective Receipt Bot

A bot that submits mailed receipts to opencollective expenses and notifies regarding the outcome on telegram.

Usage

  1. Clone this repo
  2. Build with
docker build -t oc-receipt-bot .
  1. Put your config file in /srv/jme-oc-receipt-bot/config.json
  2. Run
docker run \
-d \
--restart=always \
--name="jme-oc-receipt-bot" \
--read-only \
-v /srv/jme-oc-receipt-bot/config.json:/app/config.json:ro \
--tmpfs /tmp \
 oc-receipt-bot