🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

crypto-cli-tool

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-cli-tool

`crypto-cli-tool` is a simple and efficient command-line tool written in Python that allows you to quickly retrieve the latest prices of various cryptocurrencies. It fetches data from a reliable source and presents it in an easy-to-read format.

0.0.3
100

Supply Chain Security

100

Vulnerability

96

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Maintainers
1

crypto-cli-tool 🚀

A command-line interface (CLI) tool to fetch cryptocurrency prices. 💰

About 📚

crypto-cli-tool is a simple and efficient command-line tool written in Python that allows you to quickly retrieve the latest prices of various cryptocurrencies. It fetches data from a reliable source and presents it in an easy-to-read format.

Installation ⚙️

You can install crypto-cli-tool using one of the following methods:

If you are NOT using pip, you will need to install dependencies > see requirements.txt)

Install with pip for easy and quick setup:

pip install crypto-cli-tool

Using curl 🌐

This method allows you to download and install the script manually:

curl -sSL https://github.com/905timur/crypto-cli/raw/main/crypto.cli.tool -o crypto.cli.tool
chmod +x crypto.cli.tool
sudo mv crypto.cli.tool /usr/local/bin/crypto.cli

Using git clone 🛠️

For developers or those who prefer manual installation:

git clone https://github.com/905timur/crypto-cli
cd crypto-cli
python setup.py install

Usage 🖥️

Once installed, you can use the crypto.cli command to fetch cryptocurrency prices.

For example:

crypto.cli bitcoin
crypto.cli ethereum
crypto.cli litecoin

For a full list of options, see the help menu:

crypto.cli --help

Contributing 🤝

This project welcomes contributions to improve the tool further! Please feel free to submit pull requests or open issues for any bugs or feature requests.

Not a developer but want to report a bug or ask for a feature? Hit me up on X @905txmxr or email me at timur.gab@gmail.com.

License 📝

This project is licensed under the MIT License.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts