The DS billing script works very simple manner just download billing csv files from digital ocean and placed it to csvs
directory. Run the script python src/index.py
you got your output in outputs directory. This script create the individual virtual machine billing in one csv file.
- Python 2.7
- Pandas
- Just clone this repository
- Create the virtual environment for
windows
:py -m venv env
forlinux
andmac
:python -m venv env
- Install necessary packages which are placed in requirements.txt
pip install --user -r requirements.txt
- Just press the
python src/index.py
you got your output in outputs directory