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

Cloud syncing and mounting manager for multiple MEGA cloud storage accounts

License

Notifications You must be signed in to change notification settings

lievin-christopher/MEGAcloud

Repository files navigation

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" "[email protected]" "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

About

Cloud syncing and mounting manager for multiple MEGA cloud storage accounts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published