nice project! just moved to the seattle area and immediately had a similar idea. I managed to implement support for PSE.
unfortunately the PSE auth system is way weirder, so it depends on parsing html to get the login and bearer tokens (they actually get delivered as hidden input values and as part of an inline script, respectively), however once auth is handled, the rest of the library seems to work in exactly the same way
nice project! just moved to the seattle area and immediately had a similar idea. I managed to implement support for PSE.
unfortunately the PSE auth system is way weirder, so it depends on parsing html to get the login and bearer tokens (they actually get delivered as hidden input values and as part of an inline script, respectively), however once auth is handled, the rest of the library seems to work in exactly the same way