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
62 stars 14 forks source link

Improve categorization of ticker #525

Open StephanAkkerman opened 5 months ago

StephanAkkerman commented 5 months ago

The current approach seems a bit too API-heavy. Maybe we can change it so that we use a static list of NASDAQ tickers and some popular crypto tickers to categorize it.

Ideas:

StephanAkkerman commented 4 months ago

Remove charts and text channels for forex and merge them back to stocks. Nobody tweets about forex ever and it only takes time to process forex tickers seperately

StephanAkkerman commented 3 months ago

Always use crypto category if the ticker is unknown + scan for common tickers in tweet for instance if the tweet contains BTC / bitcoin, ETH / ethereum, altcoins etc.