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

Every 12 hours print ticker that has the biggest change in tweets about it #25

Closed TimKoornstra closed 2 years ago

TimKoornstra commented 2 years ago

Both more and less Eg $ETH from 100k tweets -> 120k tweets = 20% increase

StephanAkkerman commented 2 years ago
TimKoornstra commented 2 years ago

all users (global sentiment)

StephanAkkerman commented 2 years ago

Maybe we can use https://docs.tweepy.org/en/stable/client.html#tweepy.Client.get_recent_tweets_count, from https://developer.twitter.com/en/docs/twitter-api/tweets/counts/introduction and run it against some tickers, we should be aware of the rate limit. We are not able to track all tickers or hashtags unfortunately.

Maybe we could find a website that has trending tickers / hashtags and scrape that instead.

StephanAkkerman commented 2 years ago

We could also combine the global twitter sentiment with the users that we are following.

StephanAkkerman commented 2 years ago

Cannot do global sentiment, replaced by #158.