Skip to content
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 support for downloading sentiment data #13

Open
jaARke opened this issue Mar 26, 2023 · 1 comment
Open

Add support for downloading sentiment data #13

jaARke opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jaARke
Copy link
Contributor

jaARke commented Mar 26, 2023

Users might want to manually sift through some of the news/social media data we retrieve about a specific stock. To allow for this, we should add another command to cogs/sentiment_cog.py, allowing the user to query for sentiment data and download that data in CSV format. This will require the following (in a new command function within the sentiment cog):

  • Calling backend functions to retrieve the list of data to be saved
  • Formatting data in CSV format -> the user should be able to discern if a given data point is a headline, a tweet, or a Reddit comment.
  • Uploading the CSV file to Discord

Note that this command doesn't require any data analysis. It is just a way for the user to interface with our data retrieval system.

@jaARke jaARke added the enhancement New feature or request label Mar 26, 2023
@jaARke jaARke changed the title Add users to download sentiment data Add support for downloading sentiment data Mar 26, 2023
@jaARke jaARke self-assigned this Oct 4, 2023
@jaARke
Copy link
Contributor Author

jaARke commented Oct 4, 2023

This kind of functionality will need to be handled in the discord-lambda-py template project before our project can leverage it.

I will work on adding the functionality and add an update here when it's ready to be ported into this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant