All Projects → sergevs → GoMailRuCloud

sergevs / GoMailRuCloud

Licence: MIT license
Implementation of mail.ru cloud API in golang

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to GoMailRuCloud

sphere-mt
C/C++ Multithreading Programming Course Materials.
Stars: ✭ 17 (-15%)
Mutual labels:  mailru
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+60%)
Mutual labels:  mailru

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

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].