lastpass-python icon indicating copy to clipboard operation
lastpass-python copied to clipboard

LastPass Python API

Results 19 lastpass-python issues
Sort by recently updated
recently updated
newest added

Support added for Microsoft Authenticator similar to Google Authenticator (mainly specific Exception).

I just got : ERROR: Could not find a version that satisfies the requirement lastpath-python (from versions: none) ERROR: No matching distribution found for lastpath-python I'm on Ubuntu 18.04 python3...

I had to clone and modify the library to figure out that lastpass was forcing a password update. It would be helpful if the error message was indicated in the...

Lastpass Authenticator app can backup to LastPass Vault. This adds support for downloading and extracting those, giving a path to migrate OTP secrets from Lastpass Authenticator to another platform

This incorporates the changes from #45 as those are needed for a working library. - Added tests for check_lastpass_url function - Fixed some of the error causes as lastpass has...

Lastpass changed so that `/login.php` returns an empty string/empty response. This is similar to https://github.com/konomae/lastpass-python/issues/40, except now they are not returning a 500 code and it's only `/login.php` that doesn't...

This is the fix suggested in https://github.com/konomae/lastpass-python/issues/44#issuecomment-847096643. It was tested with my personal account and it works well. Whilst testing, I also found that changing the request to `/iterations.php` to...

Though I have not an account with shared folder.

Is there an updated version of this module? I'm on MacOSX, Python 3.7.7. Received the AttributeError message using the simple Python example provided. ? What's going on here ? Thanks,...

Hi, This pull request has some changes in it, including some SecureNote parsing code that was *borrowed and improved*. Update: Moved the `lpass` CLI to a separate repo (https://github.com/guilt/lastpass-python-cli) It's...