A beautiful, automated cryptocurrency price tracker that displays live prices with trends, charts, and percentage changes directly in your README using GitHub Actions.
Features
🚀 Automated Updates: Prices updated every 5-6 minutes using GitHub Actions
📊 Enhanced Table: Beautiful table with trends, 24h changes, and status indicators
📈 Visual Trends: Emoji indicators showing price movements and market status
🎯 Smart Status: HOT/COLD indicators based on price performance
💰 Live Display: Real-time prices shown directly in your repository README
🔧 Customizable: Easy to modify which cryptocurrencies to track
📱 Mobile Friendly: Responsive table design that works on all devices
🆓 Free to Use: No API keys required, runs entirely on GitHub
Tracked Cryptocurrencies
Bitcoin (BTC)
Ethereum (ETH)
Litecoin (LTC)
Solana (SOL)
Cardano (ADA)
💰 Live Cryptocurrency Prices
🪙 Cryptocurrency
💵 Price (USD)
📊 24h Change
📈 Trend
🎯 Status
Bitcoin
$68,518
-0.22%
📉
⚡ STABLE
Ethereum
$2,055
-1.14%
📉
⚡ STABLE
Litecoin
$53.81
-0.69%
📉
⚡ STABLE
Solana
$86.27
-0.96%
📉
⚡ STABLE
Cardano
$0.2507
-1.88%
📉
⚡ STABLE
📊 Market Summary: 5/5 coins tracked | 📈 Avg 24h Change: -0.98% 🕐 Last Updated: 2026-03-23 08:33 UTC | 🔄 Auto-updates every ~5 minutes
🚀 CryptoPriceList
A beautiful, automated cryptocurrency price tracker that displays live prices with trends, charts, and percentage changes directly in your README using GitHub Actions.
Features
Tracked Cryptocurrencies
💰 Live Cryptocurrency Prices
$68,518$2,055$53.81$86.27$0.2507📊 Market Summary: 5/5 coins tracked | 📈 Avg 24h Change: -0.98%
🕐 Last Updated: 2026-03-23 08:33 UTC | 🔄 Auto-updates every ~5 minutes
Data provided by CoinGecko API 🦎
🚀 Quick Start - Fork This Repository
Step 1: Fork the Repository
Step 2: Enable GitHub Actions (IMPORTANT!)
⚠️ This step is crucial for automatic price updates
Step 3: Verify It’s Working
Step 4: Customize Your Tracker (Optional)
Want to track different cryptocurrencies?
update_prices.pyfile in your forkCOIN_IDSlist (around line 6)Example customization:
Step 5: Manual Monitoring (Optional)
Want to update prices immediately?
🛠️ Troubleshooting
Workflow not running?
Want to add more coins?
['coin1', 'coin2', 'coin3']How It Works
Requirements
💻 Local Development
Want to run this locally or contribute?
For development:
price_history.jsonfor trend analysis📁 File Structure
Key Files:
update_prices.py- Enhanced script that fetches prices, generates beautiful table, and updates READMErequirements.txt- Lists Python dependencies (justrequests).github/workflows/update_prices.yml- Automates the price updates and commits changesprice_history.json- Stores recent price history for trend analysis (auto-generated)README.md- Project documentation with live-updating enhanced price tableContributing
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments