A bot that submits mailed receipts to opencollective expenses and notifies regarding the outcome on telegram.
- Clone this repo
- Build with
docker build -t oc-receipt-bot .
- Put your config file in
/srv/jme-oc-receipt-bot/config.json
- 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