8000 GitHub - root0emir/CryptoTrackerCLI: Real-time CLI Crypto Tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

root0emir/CryptoTrackerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker CLI

This tool allows you to track the prices of the top 20 cryptocurrencies in real-time from the command line. It works on both Windows and Linux operating systems.

Features

  • Live tracking of top 20 cryptocurrencies
  • Market cap, price, 24-hour change, and volume information
  • Colorful and organized command-line interface
  • Customizable refresh interval

Requirements

  • Python 3.6+
  • requests
  • tabulate
  • colorama
  • click

Installation

  1. Install the required packages:
pip install -r requirements.txt

Usage

Live Tracking

To track cryptoc 6693 urrency prices in real-time:

python crypto_tracker.py live

To adjust the refresh interval (for example, 30 seconds):

python crypto_tracker.py live --interval 30
# or
python crypto_tracker.py live -i 30

One-time Display

To display cryptocurrency prices just once:

python crypto_tracker.py once

Note

This tool uses the CoinGecko API and does not require an API key. However, due to API usage limitations, you should avoid refreshing too frequently.

Shortcuts

  • To terminate the program: Ctrl+C

About

Real-time CLI Crypto Tracker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0