https://github.com/dcefram/grabenah
Grabe, ang gastos naman natin sa grab
https://github.com/dcefram/grabenah
Last synced: 8 days ago
JSON representation
Grabe, ang gastos naman natin sa grab
- Host: GitHub
- URL: https://github.com/dcefram/grabenah
- Owner: dcefram
- Created: 2024-06-05T15:20:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:37:29.000Z (about 2 years ago)
- Last Synced: 2025-10-19T23:37:19.967Z (8 months ago)
- Language: Go
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grabenah
## Usage
```shell
# output csv to current directory
$ grabenah ./path/to/grab-screenshot.jpeg
# output csv to specific directory
$ grabenah ./path/to/grab-screenshot.jpeg ~/Documents/Family/Expenses.csv
```
## Idea
The main idea here is that I screenshot the activities page in my grab app, and then send it over to my laptop to have
it encoded to a spreadsheet for budget tracking purposes.
- Should read the image
- Extract the price and dates
- Output to CSV
[Blog post](https://rmrz.ph/journal/grab-expense-report-from-image/)