Skip to content

emlyn/lastpass-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastPass Python API

Original

lastpass-ruby

This is unofficial LastPass API

Example

# coding: utf-8
from lastpass import Fetcher, Parser

fetcher = Fetcher.fetch('username', 'password')
parser = Parser.parse(fetcher.blob, fetcher.encryption_key)
accounts = parser.chunks['ACCT']
print accounts

License

The MIT License

About

LastPass Python API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%