amazon-exporter

command module
v0.0.0-...-d99614c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 11 Imported by: 0

README

amazon-exporter

amazon-exporter is a ball of javascript to make it easier for me to do data entry into a budgeting program (I use 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.

Usage

  1. install docker and make

  2. setup a bookmarklet with this link:

     javascript:(function(){var jsCode = document.createElement('script');jsCode.setAttribute('src', 'http://localhost:8080/export.js');document.body.appendChild(jsCode);}());
    
  3. run make serve

  4. open the https://www.amazon.com/your-orders

  5. run the bookmarklet

Project goals

  1. vanilla js
  2. no frontend build step (using libs from CDNs is OK)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
api
handlers for the rest API
handlers for the rest API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL