https://github.com/mr-destructive/crypto-shell
A BASH script for scrapping Cryptocurrency prices using Coingecko API.
https://github.com/mr-destructive/crypto-shell
api-rest bash-script coingecko-api
Last synced: 25 days ago
JSON representation
A BASH script for scrapping Cryptocurrency prices using Coingecko API.
- Host: GitHub
- URL: https://github.com/mr-destructive/crypto-shell
- Owner: Mr-Destructive
- Created: 2021-07-12T10:43:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T06:46:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T15:26:20.220Z (about 1 year ago)
- Topics: api-rest, bash-script, coingecko-api
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto-Shell
### A bash script to scrap prices of cryptocureency coins from coingecko API.
## Usgae:
- Run the script as `bash coincrncy.sh`
- Enter the [coin id](https://api.coingecko.com/api/v3/coins/list) when prompted for the input.
- Enter the [currency code](https://www.iban.com/currency-codes) of your choice.
- You will see the output as the price of the input coin in terms of the currency.