mullwar / telebot

The easy way to write Telegram bots in Node.js
https://www.npmjs.com/package/telebot
MIT License
1.48k stars 270 forks source link

Add 24h/7d totals of a number #201

Open Sieceres opened 3 years ago

Sieceres commented 3 years ago

Hi guys! I'm very new to this world, but I was thinking this bot might be able to do what I'm looking for. I have another bot which sends me a Telegram message whenever I sell crypto. The bot will send e.g. "Profit: 0.00004800 BTC" to a message group. But there's no functionality for totals. So I'm hoping the Telebot can help me with adding totals and sending 24h/7d totals. I'm not a developer and I don't understand much of the syntax to use. Any help is greatly appreciated!