add readme.md
This commit is contained in:
parent
c515e857ed
commit
03edab6f19
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue