All Projects → mattn → Lastpass Go

mattn / Lastpass Go

Programming Languages

go
31211 projects - #10 most used programming language

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].