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

https://github.com/bod/woob-bank-slack


https://github.com/bod/woob-bank-slack

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# woob-bank-slack

Monitor your bank accounts in Slack.

## Docker instructions

### Building and pushing the image to Docker Hub

```
docker image rm bodlulu/woob-bank-slack:latest
DOCKER_USERNAME= DOCKER_PASSWORD= ./gradlew dockerPushImage
```

### Running the image

```
docker pull bodlulu/woob-bank-slack
docker run -v /path/to/where/your/backends/file/is:/root/.config/woob bodlulu/woob-bank-slack -w /usr/local/bin -s slacktoken -c channel "Account 1 name:account1id@bank1id" "Account 2 name:account2id@bank2id"
```