https://github.com/lijeffrey39/stockAnalysisarrow-up-right
$ 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
-u
-s : Stock web scraping
-s
-p : Daily stock prediction
-p
Last updated 5 years ago