Skip to content

sergevs/GoMailRuCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of mail.ru cloud API in golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages