A simple client to wrap the MEGAcmd CLIs on the Mega class.
- It is not a complete wrapper to all CLIs and it is not meant to be.
- Use pip to install, you can install using this repo HTTPS or SSH URL, but in any case, you must have permission to clone this repo:
# SSH
pip install git+ssh://[email protected]/diogovalentte/megapy.git#egg=megapy --upgrade
# HTTPS
pip install git+https://{YOUR TOKEN}@github.com/diogovalentte/megapy.git#egg=megapy --upgrade
- (Optional) If you're logged in the MEGAcmd (like using the commnad
mega-login
to login with your Mega account), this library will use your account. - It's a simple package, just look in the src/ folder to know how to use it.