Skip to content

A python wrapper for the LibreLinkUp API, with additional helper functions for interpreting CGM data

License

Notifications You must be signed in to change notification settings

Svagtlys/libreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libreview

A python wrapper for the LibreLinkUp API, with additional helper functions for interpreting CGM data

LibreView API details from this source:

  https://libreview-unofficial.stoplight.io/

Thank you, FokkeZB! #WeAreNotWaiting

https://semver.org/

This project on perpetual hiatus due to lack of personal need. Consider using OAPS or AAPS instead.

Quickstart (probably not working yet, just draft):

in file.py:

import asyncio

from libreview import auth, libreview

async def main():

myAuth = auth.Auth("emailaddress","password")

myApi = libreview.LibreViewAPI(myAuth)

response = await myApi.getLatestReading()

print(response)

About

A python wrapper for the LibreLinkUp API, with additional helper functions for interpreting CGM data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages