The cryptcli is a python package that gives you access to cryptocurrency prices right in your terminal!
$ pip install cryptcli
For a list of commands, type:
$ crypt --help
To see specifics of each command, type:
$ crypt [COMMAND] --help
$ crypt [COMMANDS] [ARGS]
[COMMANDS] = info, list, hist, price, live
For example, type:
$ crypt hist litecoin
This command will prompt you to select the interval, use the up and down arrow keys hitting enter to make a selection. After selecting a 1Y interval, you should see something like this: You can also compare two cryptocurrencies prices at the same time by typing:
$ crypt hist [CRYPTO1] [CRYPTO2]
For example, type:
$ crypt price dogecoin
This command will display the current price of the supplied cryptocurrency argument. For the example above, you should see this output:
For example, type:
$ crypt list
$ crypt list --num 10
This command will return a list of cryptos and their corresponding prices. The length of the list depends on the integer argument supplied. The command above should yeild something like this:
For example, type:
$ crypt info solana
This command returns a basic table of current values about a specific supplied cryptocurrency. The example command above should show something similar to this:
For example, try typing:
$ crypt info bitcoin
This command will chart our the live prices of a certain cryptocurrency.