An open API service indexing awesome lists of open source software.

https://github.com/prikhi/gemini-exports

Generate CSV Exports of Your Gemini Trades
https://github.com/prikhi/gemini-exports

cryptocurrency csv csv-export gemini gemini-api

Last synced: 4 months ago
JSON representation

Generate CSV Exports of Your Gemini Trades

Awesome Lists containing this project

README

          

# gemini-exports

[![gemini-exports Build Status](https://github.com/prikhi/gemini-exports/actions/workflows/main.yml/badge.svg)](https://github.com/prikhi/gemini-exports/actions/workflows/main.yml)

Generate CSV Exports of your Gemini Trades.

Requires [`stack`][get-stack]:

```sh
$ stack run -- -k -s
time,base-asset,quote-asset,type,description,price,quantity,total,fee,fee-currency,trade-id
2022-04-20 04:20:00,GUSD,USD,Buy,,1.0,9001.0,9001.0,0.0,USD,900142424242
$ stack run -- --help
```

[get-stack]: https://docs.haskellstack.org/en/stable/README/

## Install

You can install the CLI exe by running `stack install`. This lets you call the
executable directly instead of through stack:

```sh
stack install
export PATH="${HOME}/.local/bin/:${PATH}"
gemini-exports
```

## Build

You can build the project with stack:

```sh
stack build
```

For development, you can enable fast builds with file-watching,
documentation-building, & test-running:

```sh
stack test --haddock --fast --file-watch --pedantic
```

To build & open the documentation, run:

```sh
stack haddock --open gemini-exports
```

## LICENSE

BSD-3