1
0
Fork 0
bill_man/README.md

399 B

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