Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryepup/amazon-exporter
parse amazon pages for order data
https://github.com/ryepup/amazon-exporter
Last synced: about 1 month ago
JSON representation
parse amazon pages for order data
- Host: GitHub
- URL: https://github.com/ryepup/amazon-exporter
- Owner: ryepup
- License: mit
- Created: 2023-02-19T20:36:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T01:49:30.000Z (5 months ago)
- Last Synced: 2024-08-25T02:44:00.315Z (5 months ago)
- Language: Go
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amazon-exporter
`amazon-exporter` is a ball of javascript to make it easier for me to do data
entry into YNAB.It opens the "view invoice" link for each item in the order history, scrapes some data from the HTML, and finally opens a new window with a table summarizing every order, sorted by amount.
It integrates with the [YNAB API](https://api.ynab.com/) to match up amazon
purchases with unapproved transactions.## Usage
1. install `docker` and `make`
2. (optional) create a [YNAB Personal Access Token](https://api.ynab.com/#personal-access-tokens), and put in into a `.env` file as `YNAB_TOKEN=$YOUR_TOKEN`
3. run `make serve`
4. open and follow the instructions## Project goals
1. make my personal budgeting chores faster
2. vanilla js, no frontend build step (using libs from CDNs is OK)
3. easy installation## See also
-
-