Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 498 Bytes

File metadata and controls

21 lines (14 loc) · 498 Bytes

Coinkeeper Data Dump

Minimal utility for exporting your personal transaction data for backup, migration, and analysis purposes.

Requirements

  • Node.js
  • Active authenticated session

Setup

  1. Install Node.js
  2. Copy .env.example to .env
  3. Provide authentication data in .env
  4. Run npm start

Notes

This tool works with your existing authenticated session. No credentials are stored or transmitted externally. All data is fetched and written locally.