尝试从我的公司LastPass帐户中获取我的密码列表。使用简单:
import lastpass
vault = lastpass.Vault.open_remote(username, password)
for i in vault.accounts:
print(i.id, i.username, i.password, i.url)
出现此错误: TypeError:奇数长度字符串
但是,在我的帐户中有更多访问权限之前,该代码将返回一个简单的测试条目。
谢谢,刚刚开始新工作,试图打动我的老板;)。