metehankurucu / wetransfer-cli

Upload files to WeTransfer directly from your terminal using browser automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeTransfer Automation CLI

npm version

Upload files to WeTransfer directly from your terminal using browser automation.

cli

Installation

Without Installation

npx wetransfer upload <path_to_your_file>

or

npm install -g wetransfer-cli

or

yarn global add wetransfer-cli

Usage

Upload

Upload files with the wetransfer upload command:

wetransfer upload <path_to_your_file>

Example:

wetransfer upload ./myfile.txt

About

Upload files to WeTransfer directly from your terminal using browser automation.

License:MIT License


Languages

Language:TypeScript 72.2%Language:JavaScript 27.8%