Skip to content

jMonkeyEngine/opencollective-receipt-bot

Repository files navigation

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

About

Bot that sends mailed receipts to opencollective expenses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published