Skip to content

mattn/lastpass-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastPass Go API

This is unofficial LastPass API.

This is a port of Ruby API.

Usage

vault, _ := lastpass.CreateVault(username, password)
for _, account := range vault.Accounts {
	fmt.Println(account.Username, account.Password)
}

Requirements

golang

Installation

$ go get github.com/mattn/lastpass-go

License

MIT

Note that this repository include code of ecb (Electronic Code Block) provided by Go Authors.

Author

Yasuhiro Matsumoto (a.k.a mattn)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages