chartbotbinance
v1.0.0
Published
This project provides a Node.js script to create a Telegram bot that retrieves and displays charts from Binance using their API.
Downloads
2
Readme
Binance Chart Telegram Bot with Node.js and Telegraf
This project provides a Node.js script to create a Telegram bot that retrieves and displays charts from Binance using their API.
Features
- Fetches chart data for crypto symbols on Binance.
- Responds to user commands (e.g.,
/chart BTCUSDT
). - (Optional) Generates chart image using chart.js (not included in this example).
Requirements
- Node.js and npm installed.
- Telegram bot account and bot token.
- Binance developer account and API credentials (API Key and Secret Key).
Installation
Clone or download this repository.
Install required dependencies:
npm install telegraf axios # Optional: npm install chart.js