This script retrieves and stores the quoted prices for the DOW, Nasdaq and S&P 500 from the CNN money markets. Retrieved data is stored in the JSON format for a file specified by the user prompt.
For windows users using cxFreeze you can create an executable via setup.py:
# Clone the repo
git clone https://github.com/Dulatr/MoneyMarketsCLI
cd MoneyMarketsCLI
# Install cxFreeze
pip install cx_Freeze --upgrade
pip install -r requirements.txt
# Run the build
python ./setup.py build
# Add to path
$Env:Path += ";./build/exe.<your exe version folder>/"
# use!
./money.exe stock --help
For detailed usage read this statement.