LastPass-python集成

时间:2016-12-07 13:37:45

标签: python api integration lastpass lastpasswordset

尝试从我的公司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:奇数长度字符串

但是,在我的帐户中有更多访问权限之前,该代码将返回一个简单的测试条目。

谢谢,刚刚开始新工作,试图打动我的老板;)。

0 个答案:

没有答案