Classless Action is an open-source project that is contained in [GitLab](https://gitlab.com/alexgobear/cs331e-idb).
## **Table of Contents**
...
...
@@ -37,6 +39,8 @@ The last section of the splash page will be a body, which will contain a descrip
- Gather class action lawsuit information for each SPX 500 company
-[Yahoo! Finance scraped using yfinance](https://pypi.org/project/yfinance/)
- Gather stock data about each SPX 500 company
-[GitLab API](https://docs.gitlab.com/ee/api/rest/) via [python-gitlab](https://python-gitlab.readthedocs.io/en/v2.10.1/index.html)
- Used to update About page with GitLab contribution statistics.
## **Data Collection**
This phase required a small amount of data collection. More specifically, the aim was to provide at least three rows and five columns worth of data for each pillar. This website consists of three pillars: companies, class action lawsuits, and stock information. Sample data was collected for Amazon, Tesla, and Netflix using a combination of APIs and web scraping.