-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Feature/news sentiment #4339
Feature/news sentiment #4339
Conversation
As per the instructions above, I have updated the folder structure and created ns (News Sentiment) files under the Discovery sub-menus.
|
This has not been added to the
Error when handling no key entered:
Please run the testing suite locally and clear all linting errors:
|
You should also update this branch to be current with |
Can you please check now |
resolved conflicts in the config_terminal file |
openbb_terminal/sdk.py
Outdated
@@ -20,6 +20,8 @@ | |||
controllers as ctrl, | |||
models as model, | |||
) | |||
from openbb_terminal import feature_flags as obbff |
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.
Why are these items being added? Line 2 of the file says explicitly that this file is auto generated.
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.
While Running this Command "python generate_sdk.py sort"
These lines are automatically generated.
@@ -413,6 +413,7 @@ def call_stocks(self, _): | |||
|
|||
self.queue = self.load_class(StocksController, self.queue) | |||
|
|||
|
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.
Why are we adding an empty new line here?
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.
This empty new line may have been added by mistake.
4bc7abe
to
9beba4c
Compare
Fixed all merge conflicts and it is accessible without an API key. |
@minhhoang1023 We've already updated the code, fixed the conflicts, and your terminal users can access it without an API key. |
Description
Newssentiment is a function that displays top news articles and associated sentiment for stock tickers provided by media aggregator Onclusive, through the alternative data platform Althub
newssentiment is in the main menu of your terminal
newssentiment/show is used to get the news articles and the associated sentiment
usage:
example:
How has this been tested?
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others