-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command to determine Reddit sentiment about a ticker/company. #1744
Add command to determine Reddit sentiment about a ticker/company. #1744
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbushago @cweckerl @montoys you are awesome! 🚀🚀🚀
Thank you for this contribution. I've already started playing with the functions that you've added (and thinking about incorporating them to my routines ... hehe)
I have left a bunch of suggestions in the code. Not mandatory
But there's one thing related to the sentiment chart that I would like you to change (see comment). Feel free to tag me if you have any questions
@piiq |
Description
This PR adds a new command
reddit_sent
to the terminal understocks/ba
. This command searches through subreddits for a given ticker (or company name), aggregates/preprocesses its findings, and then determines the overall sentiment about the query (with an optional graphic).It's a quick way to get a general understanding about how different communities feel about a company/ticker. An example usage is shown below:
No new dependencies are needed for the command.
How has this been tested?
All tests pass after these changes.
Others
@cweckerl, @montoys, and I all worked on the implementation and review.