Metadata-Version: 2.1
Name: transmat
Version: 0.1
Summary: Upload and download file via WeTransfer from terminal
Home-page: https://github.com/sirowain/transmat
Author: Riccardo Albertini
Author-email: ssirowain@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: py3wetransfer

# Transmat

Upload and download file via WeTransfer from terminal

## Install

    pip install transmat 

## Usage

First of all you'll need a valid API Key from [WeTransfer Developers portal](https://developers.wetransfer.com)

    export WETRANSFER_API_KEY=<your-api-key>



#### Uploading file(s)

    transmat -u file1 file2 ..

You can also pass a message to be shown in the WeTransfer page

    transmat -u file1 file2 .. -m "Here's the files you needed!"

#### Downloading file

    transmat -d https://we.tl/abcdef... 
Multiple files download are automatically zipped by WeTransfer

