aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2020-03-06 20:00:14 -0500
committerPaul Duncan <pabs@pablotron.org>2020-03-06 20:00:14 -0500
commit11bcdbc1070552dfc99df332d554e99057281d1b (patch)
treee2ac14edb6709555008eea76bc439ea83a27576c /README.md
parentb6df5d6739975848fc10893700d78cdd616a0c96 (diff)
downloadalonzo-mood-calculator-11bcdbc1070552dfc99df332d554e99057281d1b.tar.bz2
alonzo-mood-calculator-11bcdbc1070552dfc99df332d554e99057281d1b.zip
asdf
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
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