Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@lussierc lussierc released this 17 Feb 04:34

Version 1.0 of the StockStoryScraper. The initial release date for this version was 12/15/2020, though it was added to GitHub later.

Overview:

  • Scrapes articles from highly rated stock news websites specified by the user. The user also enters their chosen stocks, corresponding ticker symbols, date range for scraping, and an export file (.csv) that can be read back into the tool.
  • With this, users can read back in their previously exported CSVs of article information to view their results again.
  • Code to compare results from different runs will be added in future updates.
  • Uses vaderSentiment to perform textual sentiment analysis.
  • Scores the articles, gathers their price information, and generates results pertaining to the stocks overall sentiment feelings and well being.
  • Tool is used via a User Interface (web application) using Streamlit or a Command Line Interface.