From 11bcdbc1070552dfc99df332d554e99057281d1b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 6 Mar 2020 20:00:14 -0500 Subject: asdf --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba8fe8a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ += Alonzo Mood Calculator + +Calculate Alonzo's likely mood for the day. + +== Installation + +Setup instructions (Debian): + + # install yfinance + sudo pip3 install yfinance + + # run bin/get-stock.py once to get the current prices + bin/get-stock.py ORCL > public/current.json + + # set up cron job that calls bin/get-stock.py daily + # example: + @daily bin/get-stock.py ORCL > public/current.json + + # symlink apache or whatever to public/ directory -- cgit v1.2.3