GoMailRuCloud icon indicating copy to clipboard operation
GoMailRuCloud copied to clipboard

Implementation of mail.ru cloud API in golang

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