This small Python app, uses the BambooHR API to export reports as CSV files
To install the app, enter the directory you cloned this repository in and simply run:
pip install .
To run the app, you need to create an API key in BambooHR and the following environment variables:
BAMBOOHR_SUBDOMAIN
- The subdomain for your BambooHR organization (eg. usemy-awesome-company
if you're usingmy-awesome-company.bamboohr.com
)BAMBOOHR_APIKEY
- The API key to useBAMBOOHR_REPORT_ID
- The ID of the report to export
This software is provided without any warranty, under the MIT license