Skip to content

diogovalentte/megapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Megapy

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.

How to install and use this package:

  1. 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
  1. (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.
  2. It's a simple package, just look in the src/ folder to know how to use it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages