https://github.com/ericrabil/pkquicken
Export your Apple Card transactions to QFX files en-masse, on your Mac. Requires private entitlements.
https://github.com/ericrabil/pkquicken
Last synced: over 1 year ago
JSON representation
Export your Apple Card transactions to QFX files en-masse, on your Mac. Requires private entitlements.
- Host: GitHub
- URL: https://github.com/ericrabil/pkquicken
- Owner: EricRabil
- Created: 2022-09-18T20:20:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T21:12:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T04:41:54.963Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkquicken
Exports all statements for your Apple Card (or any other card where PassKitCore supports exports) to `qfx` files for mass import. Supports date ranges under the hood, will expose via a proper CLI in the future (next time I need to export :P)
> If you can use AMFITrustedKeys, my `certDigest` is `MnmLHzvxdg25/I5+IRT9TwTAAe4+vwQqF4UPRgJViYY=` – the binaries in the release section are signed with my self-trusted CA.
## usage
```bash
# Prints the debug descriptions of all PKAccounts visible to the process
pkquicken accounts list
# Prints the debug descriptions of all PKCreditAccountStatements visible to the process, either for a given account or for all accounts
pkquicken statements list [account-identifier]
# Exports statements using the specified parameters, to ~/Documents/PKQuicken/
pkquicken statements export [--format qfx|qix|pdf|whatever] [--after statement-id]
```