Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (42 loc) · 1.48 KB

Readme.md

File metadata and controls

68 lines (42 loc) · 1.48 KB

ABANDONED

This Repo is no longer maintained.
That project was abandoned in favor of using rclone.

MEGAcloud

Prerequisites

  • python3
  • pycrypto
  • crypto++
  • megacmd

Installing

wget https://raw.githubusercontent.com/lievin-christopher/MEGAcloud/master/install.sh
chmod +x install.sh
./install.sh

Usage

Prerequisites

choose a master password to encrypt each MEGA password

add a MEGA account

megacloud -a "default" "default@gmail.com" "default_password"
(master password)
(master password)

delete a MEGA account

megacloud -r "default"
(master password)

launch a megacmd command on a MEGA account

# don't write prefix "mega-" before megacmd command
megacloud -e "default" (mega-) command_args
(master password)

run multiple megacmd commands on multiple MEGA accounts

megacloud
(master password)
default ls
default du

sync a MEGA account (with megasimplesync)

megacloud
(master password)
sync Documents/MEGA / True

add a startup task "megacloud -d" (you must enter your master password)

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details