Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vchet/coinkeeper-data-dump
Dump coinkeeper.me transactions to file
https://github.com/vchet/coinkeeper-data-dump
coinkeeper
Last synced: 24 days ago
JSON representation
Dump coinkeeper.me transactions to file
- Host: GitHub
- URL: https://github.com/vchet/coinkeeper-data-dump
- Owner: VChet
- Created: 2024-04-07T16:47:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T20:04:59.000Z (about 2 months ago)
- Last Synced: 2024-09-18T02:04:53.267Z (about 2 months ago)
- Topics: coinkeeper
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coinkeeper Data Dump
1. Install [Node.js](https://nodejs.org/)
1. Get `__AUTH_cookie` from Coinkeeper request via devtools
1. Copy `.env.example` to `.env`
1. Paste `__AUTH_cookie` in `.env` as `COOKIE` value (including `__AUTH_cookie=` part)
1. Run `node --env-file=.env fetch.js`