Upload your files to MirrorAce
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...
- Free software: MIT
- Documentation: https://mirror-up.readthedocs.io.
This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.