Circadiaware / webactogram

๐ŸŒ๐ŸƒUse your browser's history as a novel instantaneous mass screening tool for ๐ŸŒ™๐Ÿ›Œsleep patterns & maybe disorders!
MIT License
8 stars 2 forks source link

Externalize web browsers histories extraction #9

Closed lrq3000 closed 9 months ago

lrq3000 commented 1 year ago

We currently rely on custom code to extract web browsers histories. There is however at least one external library that offers potentially more browsers support and may be more robust, it may be interesting to externalize this functionality (and merge into their module any code we have here that they don't): https://github.com/seanbreckenridge/browserexport

lrq3000 commented 9 months ago

Implemented in v0.4.0, browser-history was preferred due to implementation details (looks easier to maintain and add more browsers in the future, and API is way more pythonic).