From 03edab6f194c4671d2a0aa9dea00933e1b547ee4 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Tue, 21 Aug 2018 10:36:28 +0900 Subject: [PATCH] add readme.md --- README.me | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.me diff --git a/README.me b/README.me new file mode 100644 index 0000000..1a3520b --- /dev/null +++ b/README.me @@ -0,0 +1,25 @@ + +# BillMan + + - Daily AWS consumption reporter w/ slack + +# installation +``` +$ python3 -m venv --clear venv +$ source ./venv/bin/activate +$ pip install -r requirements.txt +``` + +# instructions + + - settings file -> see `bill_man.json.example` + - run + ``` + $ source ./venv/bin/activate + $ python bill_man.py start + ``` + - stop + ``` + $ source ./venv/bin/activate + $ python bill_man.py stop + ``` \ No newline at end of file