Skip to content

The cryptcli is a python package that gives you access to cryptocurrency prices right in your terminal!

License

Notifications You must be signed in to change notification settings

AineeJames/cryptcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptcli

Description

The cryptcli is a python package that gives you access to cryptocurrency prices right in your terminal!

Installation

$ pip install cryptcli

Usuage

For a list of commands, type:

$ crypt --help

To see specifics of each command, type:

$ crypt [COMMAND] --help

Commands

$ crypt [COMMANDS] [ARGS]
  [COMMANDS] = info, list, hist, price, live

hist

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]

price

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:

list

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:

info

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:

live

For example, try typing:

$ crypt info bitcoin

This command will chart our the live prices of a certain cryptocurrency.

About

The cryptcli is a python package that gives you access to cryptocurrency prices right in your terminal!

Resources

License

Stars

Watchers

Forks

Languages