/coinkeeper-data-dump

Dump coinkeeper.me transactions to file

Primary LanguageJavaScript

Coinkeeper Data Dump

  1. Install Node.js
  2. Get __AUTH_cookie from Coinkeeper request via devtools
  3. Copy .env.example to .env
  4. Paste __AUTH_cookie in .env as COOKIE value (including __AUTH_cookie= part)
  5. Run node --env-file=.env fetch.js