Skip to content

Instantly share code, notes, and snippets.

@khskekec
Last active March 27, 2026 10:51
Show Gist options
  • Select an option

  • Save khskekec/6c13ba01b10d3018d816706a32ae8ab2 to your computer and use it in GitHub Desktop.

Select an option

Save khskekec/6c13ba01b10d3018d816706a32ae8ab2 to your computer and use it in GitHub Desktop.
HTTP dump of Libre Link Up used in combination with FreeStyle Libre 3
@Mynuggets-dev
Copy link
Copy Markdown

@Mynuggets-dev Great that you exposed your scripting with others with your website! It looks good. Nice example for other developers. I hope one day I will provide machine-learned alerting service to others. At the moment I am too busy with other things. Keep going!

i was thinking that but i didn't want to give any false info eg predicting the levels, can confirm the scripting in my analytics is within reason for blood works ( JUST FOR TRENDS NOT FOR TRACKING! ) and trying to add some more to catch patterns ( so easier to see issues for users )
i will make another version not tied into my stack so others can host for themselves locally ( but i dont like the idea of it being on a system not on 24/7 or data is wrong as its all compiled from just current levels readings per 1min )
image

@benjaminmoeck
Copy link
Copy Markdown

benjaminmoeck commented Mar 27, 2026

Hi, has someone an idea? I got from the /llu/auth/login -> status:0, data:{redirect:True, region:”de”} and no token?

  • Nevermind I solved it. Using the region return value in the base url api-{region}.libreview.io helped :D

@bruderjakob12
Copy link
Copy Markdown

You were probably using https://api-eu.libreview.io or similar as URL. This message lets you know that the credentials are correct, the account exists and that the URL to use to retrieve a token (and for all other interactions) is https://api-de.libreview.io as this account is located in Germany. The schema is https://api-{region_from_redirect}.libreview.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment