Skip to content

Script to retrieve data from CNN money markets using selenium.

Notifications You must be signed in to change notification settings

Dulatr/MoneyMarketsCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoneyMarketCLI

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.

Requirements

Install

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.

About

Script to retrieve data from CNN money markets using selenium.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages