python 3.7 or higher
pip install numpy
pip install pandas
pip install yfinance
pip install matplotlib
from the command line enter
python main.py MM/DD/YYYY [# of iterations] [top X stocks]
The below example will run for October 10th, 2020. It will go througn 10,000 posts and obtain the top 20 stocks
python main.py 10/10/2020 10000 20