Implementation of mail.ru cloud API written in golang.
A trivial command line client (tmrc) based on the api also supplied.
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
See also GoMailRuCloud API documentation