jlplenio / doctolib-notifier

A tool for automated availability checking and notification for Doctolib appointments of public insurance.
MIT License
1 stars 0 forks source link

Simplify string parsing by grabbing availabilities get request on site load #2

Open jlplenio opened 1 month ago

jlplenio commented 1 month ago

The current transformation from browser URL to API get request is error-prone and not future-proof. The solution could be to grab the get-request on first page load and then continue to use it for all future checks.