An open API service indexing awesome lists of open source software.

https://github.com/jmonkeyengine/opencollective-receipt-bot

Bot that sends mailed receipts to opencollective expenses
https://github.com/jmonkeyengine/opencollective-receipt-bot

Last synced: 12 months ago
JSON representation

Bot that sends mailed receipts to opencollective expenses

Awesome Lists containing this project

README

          

# 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
```console
docker build -t oc-receipt-bot .
```
3. Put your config file in `/srv/jme-oc-receipt-bot/config.json`
4. Run
```console
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
```