Real-time ETH and TAO price monitoring with Telegram bot integration!
npm install
npm startDisplays prices in your terminal every 10 seconds.
npm install
npm run telegramSetup Required (5 minutes):
- Read
TELEGRAM-SETUP.mdfor detailed instructions - Edit
config.jswith your bot token and chat ID - Run
npm run telegram - Send
/start_updatesto your bot on Telegram
✅ Real-time price fetching from Binance API
✅ ETH and TAO price monitoring
✅ ETH/TAO exchange rate calculation
✅ Console logger for terminal output
✅ Telegram bot for mobile notifications
✅ Interactive bot commands
✅ Updates every 2 seconds, displays every 10 seconds
simple-price-logger.js- Console loggertelegram-price-bot.js- Telegram botconfig.js- Bot configuration (edit this!)TELEGRAM-SETUP.md- Telegram bot setup guidepackage.json- Dependencies
/start- Welcome message/price- Get current prices (one-time)/start_updates- Start automatic updates every 10s/stop_updates- Stop automatic updates/help- Show help
Console:
[10:30:45]
ETH Price: $3432.44
TAO Price: $361.68
ETH/TAO Rate: 9.4923 (1 ETH = 9.4923 TAO)
Telegram:
🔔 Crypto Price Update
⏰ 11/12/2025, 10:30:45 AM
💎 Ethereum (ETH)
Price: $3432.44
🔷 Bittensor (TAO)
Price: $361.68
📊 Exchange Rates
1 ETH = 9.4923 TAO
1 TAO = 0.1053 ETH
npm install# Console logger
npm start
# Telegram bot
npm run telegram- See
TELEGRAM-SETUP.mdfor Telegram bot setup - Edit
config.jsfor bot configuration
Edit config.js:
module.exports = {
TELEGRAM_BOT_TOKEN: 'your_token',
TELEGRAM_CHAT_ID: 'your_chat_id',
FETCH_INTERVAL: 2000, // How often to fetch (ms)
UPDATE_INTERVAL: 10000 // How often to display (ms)
};- Search for
@BotFatheron Telegram - Create a new bot
- Get your chat ID from
@userinfobot - Edit
config.js - Run
npm run telegram
Full instructions in TELEGRAM-SETUP.md
- 📱 Receive updates on your phone
- 🔔 Get notifications anywhere
- 💬 Interactive commands
- 🚀 Start/stop updates on demand
- 📊 Beautiful formatted messages
Happy monitoring! 🚀