A command line stock quote tool written in python. Can be used for Geektool.
cd stocks
pip install -r requirements.txt
python stocks.py stocks.txtFor Geektool, open the included Geeklet. Modify the paths of python, stocks.py and stocks.txt to the correct location. Also, make sure the correct python version and executable are loaded (the one that executes in the python environment with beautifulsoup installed).
The stocks.txt argument is a file that contains a list of ticker symbols, each on their own line.