Installation

Setup

https://github.com/lijeffrey39/stockAnalysis

$ pip3 install -r requirements.txt

Working on >= Python v3.7

Ensure the latest version of Chrome is installed for web scraping.

To begin, this is the basic command for running anything from the main project.

$ python3 stocktwits.py

Flags can be provided based on certain functions that want to be run

-u : User web scraping

-s : Stock web scraping

-p : Daily stock prediction

Last updated