An open API service indexing awesome lists of open source software.

https://github.com/bohd4nx/coinprice

Coinprice is an all-in-one tool designed to track cryptocurrency prices in real time across multiple exchanges.
https://github.com/bohd4nx/coinprice

btc-price coinprice crypto-price crypto-price-tracker crypto-prices cryptocurrency cryptocurrency-prices cryptocurrency-tracker price-tracker

Last synced: 4 months ago
JSON representation

Coinprice is an all-in-one tool designed to track cryptocurrency prices in real time across multiple exchanges.

Awesome Lists containing this project

README

        

# 📊 Crypto Tracker
*Real-time cryptocurrency price tracking made simple*

[![PyPI version](https://img.shields.io/pypi/v/coinprice)](https://pypi.org/project/coinprice/)
[![Python Versions](https://img.shields.io/pypi/pyversions/coinprice.svg)](https://pypi.org/project/coinprice/)
[![Downloads](https://static.pepy.tech/badge/coinprice)](https://pepy.tech/project/coinprice)
[![License](https://img.shields.io/github/license/bohd4nx/coinprice)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/bohd4nx/coinprice)](https://github.com/bohd4nx/coinprice/issues)

## 🚀 Features

- **Real-Time Tracking** - Live cryptocurrency price updates
- **Multi-Exchange Support** - Track prices across major exchanges:
- Binance, Coinbase, Kraken, KuCoin, and more
- **Rich Interface** - Beautiful console output with color-coded changes
- **Custom Intervals** - Flexible update frequency (minimum 5 seconds)
- **Fragment Numbers** - Special support for Telegram's Fragment numbers
- **Error Handling** - Robust error management and fallbacks
- **Easy to Use** - Simple CLI interface
- **Cross-Platform** - Works on Windows, macOS, and Linux

## 📸 Screenshots




## 💻 Installation

You can install Crypto Tracker(coinprice) using pip:

```
pip install coinprice
```

## Usage

To track the price of a cryptocurrency, simply run the following command:

```
price
```

```
price [-t time]
```

```
price [--exchange name]
```

```
price [--exchange name] [-t time]
```

To track the Anonymous Numbers Price, simply run the folowing command:

```
price 8num
```

```
price 8num [-t time]
```

Replace `` with the cryptocurrency you want to track (e.g., btc, eth). You can optionally specify the interval (in seconds) for price updates using the `-t` or `--interval` flag. By default, the interval is set to 30 seconds.

Example usage:

```
price btc Track the price of Bitcoin from all exchanges.
price eth --binance Track Ethereum price from Binance with default interval.
price ltc --coinbase -t 10 Track Litecoin price on Coinbase in 10 second intervals.
price 8num Track Anonymous Telegram Numbers price.
```

## Contributing

Contributions to Crypto Tracker are welcome! If you find any bugs or have suggestions for new features, please open an [issue](https://github.com/bohd4nx/coinprice/issues) or submit a [pull request](https://github.com/bohd4nx/coinprice/pulls) on GitHub.

## License

Crypto Tracker is released under the MIT License. See [LICENSE](https://github.com/bohd4nx/coinprice/blob/main/LICENSE) for details.