Fetches cryptoprices from cli.fyi and/or Coinmarketcap. cURL is used for fetching the data, and jq used for parsing the JSON-formatted data. Use your package manager or see the Github repo for build instructions for jq.
Add it to an alias or put it in ~/home/bin/
$ coins.sh
Usage: coins.sh -cpb
- Read currencies from file
- Output to CSV
- Choose output parameters
- Fetch data from different sites
- Fetch other currencies?
- Port to python, add ASCII-graph
BSD simplified, see LICENSE.md.