https://github.com/danpalmer/mondo-bills
A service to monitor subscriptions and bills coming out of your Mondo account automatically.
https://github.com/danpalmer/mondo-bills
Last synced: about 2 months ago
JSON representation
A service to monitor subscriptions and bills coming out of your Mondo account automatically.
- Host: GitHub
- URL: https://github.com/danpalmer/mondo-bills
- Owner: danpalmer
- Created: 2016-01-23T14:02:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T12:27:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T11:42:15.305Z (4 months ago)
- Language: Python
- Size: 782 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - mondo-bills - service to monitor subscriptions and bills coming out of your Mondo account automatically (Integrations)
README
to run:
```
env SECRET_KEY= docker-compose up
```To use PDB:
```
env SECRET_KEY= docker-compose run --service-ports web
```