/mirror-up

Easy-to-use Python file uploader for MirrorAce.com

Primary LanguagePythonMIT LicenseMIT

mirror-up

Documentation Status

Upload your files to MirrorAce

Quickstart

Install the package from PyPi

$ pip install mirror-up

Create an account at MirrorAce and set your environment variables

MirAce_K=     # MirrorAce API key
MirAce_T=   # MirrorAce API Token
ZIP_SAVE=    # Path where to store temp files

Upload the file/folder at a given path to MirrorAce

$ python -m mirror_up mirror_ace upload PATH...

Upload all files inside given folder as separate uploads

$ python -m mirror_up mirror_ace folder PATH...

Credits

This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.