1
0
Fork 0
Go to file
Sangbum Kim a04853d8db added auto installation script 2018-08-24 15:36:38 +09:00
util 코드 정리 2018-08-21 11:02:09 +09:00
.gitignore added initial commit 2018-08-21 10:27:31 +09:00
README.md edit readme.md 2 2018-08-21 10:38:12 +09:00
bill_man added auto installation script 2018-08-24 15:36:38 +09:00
bill_man.json.example added initial commit 2018-08-21 10:27:31 +09:00
bill_man.py 코드 정리 2018-08-21 11:02:09 +09:00
bill_man.service edited service permission 2 2018-08-22 02:02:39 +09:00
handler.py 코드 정리 2018-08-21 11:02:09 +09:00
models.py 코드 정리 2018-08-21 11:02:09 +09:00
prepare added initial commit 2018-08-21 10:27:31 +09:00
requirements.txt added initial commit 2018-08-21 10:27:31 +09:00

README.md

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