Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 608 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 608 Bytes

GoMailRuCloud

Implementation of mail.ru cloud API written in golang.

A trivial command line client (tmrc) based on the api also supplied.

Installation & Usage

git clone https://github.com/sergevs/GoMailRuCloud
cd GoMailRuCloud
go get github.com/sergevs/GoMailRuCloud
go get github.com/gosuri/uiprogress
go build tmrc.go

export MAILRU_USER=<your mail.ru username>
export MAILRU_PASSWORD=<your mail.ru password>
./tmrc -help

API reference

See also GoMailRuCloud API documentation