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
- Host: GitHub
- URL: https://github.com/jmonkeyengine/opencollective-receipt-bot
- Owner: jMonkeyEngine
- License: bsd-3-clause
- Created: 2022-02-07T11:38:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T03:00:30.000Z (over 2 years ago)
- Last Synced: 2024-05-22T23:28:22.596Z (over 1 year ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```