Skip to content

Real-Time Cryptocurrency Price Tracking CLI Tool

License

Notifications You must be signed in to change notification settings

Crypto-Static/CryptoTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker CLI

Crypto Tracker CLI

Real-time cryptocurrency price tracking CLI tool with advanced monitoring capabilities and data export features.

Version Node License

Features

  • Real-time price tracking for multiple cryptocurrencies
  • Beautiful CLI interface with color-coded price changes
  • Automatic CSV data export for analysis
  • Configurable update intervals
  • Support for multiple cryptocurrencies
  • Low memory footprint

Quick Start

Prerequisites

  • Node.js >= 16.0.0
  • npm >= 8.0.0

Installation

git clone https://github.com/Pymmdrza/CryptoTracker.git
cd CryptoTracker
npm install

Usage

Track specific coins:

node index.js -c BTC,ETH

Set custom update interval:

node index.js -c BTC,ETH -d 60

Options

  • -c, --coins <symbols>: Comma-separated list of coin symbols (e.g., BTC,ETH)
  • -d, --delay <seconds>: Update interval in seconds (default: 30)
  • -o, --output <dir>: Custom output directory for CSV files

Command Reference

Command Description Example
node index.js -c BTC Track single cryptocurrency Tracks Bitcoin only
node index.js -c BTC,ETH,XRP Track multiple cryptocurrencies Tracks Bitcoin , Ethereum, and Ripple
node index.js -c BTC,ETH -d 60 Custom update interval Updates every 60 seconds
node index.js -c BTC -o custom_data Custom output directory Saves data to custom_data folder
node index.js -c BTC,ETH --help Show help menu Displays all available options
node index.js -v Show version Displays current version
node index.js -c BTC,ETH -d 15 Fast updates Updates every 15 seconds
node index.js -c ALL Track all available coins Tracks all supported cryptocurrencies

Note

Support Coin: PAIRS

Data Export

CSV files are automatically generated in the dataset directory with the following format:

Symbol,Price,24h High,24h Low,Change %,Timestamp

License

MIT License - see the LICENSE file for details

Programmer & Owner

Credit : Mmdrza.Com

Github : @Pymmdrza

Donate

Bitcoin Wallet : 1MMDRZAcM6dzmdMUSV8pDdAPDFpwzve9Fc

About

Real-Time Cryptocurrency Price Tracking CLI Tool

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Batchfile 1.8%
  • Shell 1.8%