Crypto Tracker
cryptotrack3r.vercel.app
Crypto Tracker is a Python module that allows you to track the prices of cryptocurrencies in real-time. You can specify the cryptocurrency you want to track and the module will provide you with live updates on its price.
- Track the prices of various cryptocurrencies.
- Flexible Command-line Usage.
- Customizable.
- Set a custom interval for price updates.
- Open-source project.
You can install Crypto Tracker using pip:
pip install coinprice
To track the price of a cryptocurrency, simply run the following command:
Here you can find a list of all cryptocurrencies you can use.
price <coin> [--interval time]
Replace <coin>
with the cryptocurrency you want to track (e.g., bitcoin, ethereum). You can optionally specify the interval (in seconds) for price updates using the --interval
flag. By default, the interval is set to 15 seconds.
Example usage:
price btc Track the price of Bitcoin from all exchanges.
price eth --binance Track the price of Bitcoin from Binance.
price ltc --bybit --interval 10 Track the price of Litecoin from Bybit with a check interval of 10 seconds.
Contributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request on GitHub.
Crypto Tracker is released under the MIT License. See LICENSE for details.