LunchMoney Amazon Transaction Updater
Project description
lunchable-primelunch
LunchMoney Amazon Transaction Updater
PrimeLunch
is a command line tool that supports updating Amazon transaction notes with the items from
Amazon itself. This tool uses CSVs generated by the
Amazon Order History Reporter
plugin on Chrome. Once you've gathered your transactions, export them as a CSV and scan them with the tool.
You'll be asked which transactions you'd like to update.
The plugin uses the dollar amounts on the CSV export to match Amazon transactions in LunchMoney.
When a matching dollar amount is found, PrimeLunch
compares the date window between the transactions
to determine if they're really a match.
We're using the Amazon Order History Reporter plugin because it gives us some functionality that Amazon doesn't: exporting Amazon transactions as they're grouped on actual credit card transactions.
Run via the Lunchable CLI
You can install lunchable with pip or
pipx. Make sure to use the
lunchable[primelunch]
extra to install the PrimeLunch
plugin.
You can also use the lunchable[plugins]
extra to install all the
known plugins.
pipx install "lunchable[primelunch]"
pip install "lunchable[primelunch]"
The below command runs the PrimeLunch
update tool:
lunchable plugins primelunch -f ~/Downloads/amazon_order_history.csv
The below command runs the PrimeLunch
update tool using a date window of fourteen days
instead of the default seven days (these larger windows are especially useful for finding refunds and recurring
purchases):
lunchable plugins primelunch \
--file ~/Downloads/amazon_order_history.csv \
--window 14
Update all transactions without going through the confirmation prompt for each one:
lunchable plugins primelunch \
--file ~/Downloads/amazon_order_history.csv \
--all
Provide a LunchMoney API access token manually (PrimeLunch
defaults to inheriting from the LUNCHMONEY_ACCESS_TOKEN
environment variable):
lunchable plugins primelunch \
--file ~/Downloads/amazon_order_history.csv \
--token ABCDEFGHIJKLMNOP
References
This lunchable plugin was inspired by the original Lunchable Amazon importer at samwelnella/amazon-transactions-to-lunchmoney.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lunchable_primelunch-1.0.0.tar.gz
.
File metadata
- Download URL: lunchable_primelunch-1.0.0.tar.gz
- Upload date:
- Size: 111.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3efedb14b23e7976acab51c2fef42e873128ce89a05d6263bc6d99dad7126ab6 |
|
MD5 | 2bc3474473bae0452cc8282395482dd3 |
|
BLAKE2b-256 | 409dae20bf6f31ea03acf5f60b43cd32fa4461b9d1fb82d4239b478f8b881e36 |
File details
Details for the file lunchable_primelunch-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: lunchable_primelunch-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 293fe4c1768082f18192cc55ab0dcf69f6e07588554cc65caf05f1afe5e00e9c |
|
MD5 | 1fa710e6c008df82893ecc5d40b8acab |
|
BLAKE2b-256 | e985c0c73ea9e0211cf04b229468cee43f7f1fbbe9fa889d278d34a047eba6d7 |