➡️ Please feel free to fork and take up the torch. Good luck!
Export device readings from LibreView API to a CSV file.
Install dependencies with Pipenv:
pipenv installCreate a configuration file settings.json from the sample:
cp settings.sample.json settings.jsonReplace the api_token in the configuration file by your API token.
Note: there is no direct access to API tokens on the UI; you can login and use your browser Web Developer Network panel to search for a
Bearertoken onAuthorizationrequest header to api.libreview.io.
Launch your first export:
pipenv run python export-data.pyThis will export the data to export-output.json.