StephanAkkerman / fintwit-bot

FinTwit-Bot is a Discord bot designed to track and analyze financial markets by pulling data from platforms like Twitter, Reddit, and Binance. It features customizable tools for sentiment analysis, market trends, and portfolio tracking to help traders stay informed and make data-driven decisions.
http://akkerman.ai/fintwit-bot/
MIT License
72 stars 15 forks source link

Consider live crypto portfolio updates (1m) #188

Closed StephanAkkerman closed 2 months ago

StephanAkkerman commented 2 years ago

Using binance / kucoin websocket we could constantly update the portfolio message (check max rate) to display profit on coins and current price

StephanAkkerman commented 1 year ago

We could update it every 1m, but is it really necessary?

StephanAkkerman commented 8 months ago

Could use https://www.kucoin.com/_api/currency/v2/prices?base=USD&lang=en_US&targets= for getting all USD worth of listed tickers on KuCoin

StephanAkkerman commented 2 months ago

This is not scalable and will cause the discord rate limit to be hit