From 84f9788be8cecc09ca81e4e549cf189c3c2b64c1 Mon Sep 17 00:00:00 2001 From: n Date: Tue, 13 Feb 2024 22:59:00 +0100 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41ca68c..e97201a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # pacer2influxdb -export Pacer data to InfluxDB +export [Pacer](https://play.google.com/store/apps/details?id=cc.pacer.androidapp) data to [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) - * require Python 3, influxdb-python and sqlite-python + * require Python 3, `influxdb-python` and `sqlite-python` * original code from https://github.com/korjavin/sqlite2influxdb and https://github.com/influxdata/influxdb-python - * sqlite database is /data/data/cc.pacer.androidapp/databases/MDData.db on an Android device, may need root privileges to get it + * sqlite database is `/data/data/cc.pacer.androidapp/databases/MDData.db` on an Android device, may need root privileges to get it * collects steps, distance, active time and calories * for now InfluxDB database needs to be created first * incremental feed: just insert missing points