costastf / locationsharinglib

A library to retrieve coordinates from an google account that has been shared locations of other accounts.
MIT License
170 stars 29 forks source link

duplicate authentication check #102

Closed stevedonnelly closed 1 year ago

stevedonnelly commented 1 year ago

https://github.com/costastf/locationsharinglib/blob/29531064e80354a8295cb4ba7dd2ab6842bb551a/locationsharinglib/locationsharinglib.py#L105

I'm guessing this authentication check was duplicated by accident?

costastf commented 1 year ago

No, not really, we visit the account url once to get the cookies from that page and then we revisit and check the final info to check that everything works. Or something to that effect, it has been 6 years.... ☺️

costastf commented 1 year ago

Don't recall all the details but the debug logs kinda explain.

costastf commented 1 year ago

@stevedonnelly I will be closing this as I hope I have answered your question.