20dec / binancepricebot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BINANCE PRICE BOT & GET TOP 10 GAINER

Install NVM

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.39.0/install.sh | bash
source ~/.profile

Turn off current session console & reopen

Install node & npm

nvm install 19

Check

node -v
npm -v

Install Dependencies

npm install axios telegraf@3.38

Add Telegram API Key (get it from @BotFather)

const bot = new Telegraf('YOUR_TELEGRAM_BOT_API_KEY');

Run

node index.js

Command

p symbol
Example:
p btc
p bnb

Click update button to update current price
Click Top 10 Gainers button to get list

price

About

License:MIT License


Languages

Language:JavaScript 100.0%