https://github.com/bod/woob-bank-slack
https://github.com/bod/woob-bank-slack
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bod/woob-bank-slack
- Owner: BoD
- Created: 2021-04-17T16:44:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T11:30:53.000Z (about 3 years ago)
- Last Synced: 2025-02-28T21:44:35.320Z (over 1 year ago)
- Language: Kotlin
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```