Import your CSV ketones data from ketonix.com into your InfluxDB instance
git clone https://github.com/ksiadz/influxdb-ketonix-data-importer.git
cd influxdb-ketonix-data-importer
pip install -r requirements.txt
Download your ketonix.com results: link
Copy the ketonix_username.csv file into an influxdb-ketonix-data-importer
directory
Run:
python import.py --ketonix_filename=your_ketonix_username.csv
CLI options and help:
python import.py -h