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.
- Host: GitHub
- URL: https://github.com/bohd4nx/coinprice
- Owner: bohd4nx
- License: mit
- Created: 2024-02-29T16:28:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T19:54:17.000Z (5 months ago)
- Last Synced: 2025-02-19T11:49:27.478Z (4 months ago)
- Topics: btc-price, coinprice, crypto-price, crypto-price-tracker, crypto-prices, cryptocurrency, cryptocurrency-prices, cryptocurrency-tracker, price-tracker
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 📊 Crypto Tracker
*Real-time cryptocurrency price tracking made simple*[](https://pypi.org/project/coinprice/)
[](https://pypi.org/project/coinprice/)
[](https://pepy.tech/project/coinprice)
[](LICENSE)
[](https://github.com/bohd4nx/coinprice/stargazers)
[](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.