WeTransferAutomatisation 2.0.0

dotnet add package WeTransferAutomatisation --version 2.0.0                
NuGet\Install-Package WeTransferAutomatisation -Version 2.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WeTransferAutomatisation" Version="2.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WeTransferAutomatisation --version 2.0.0                
#r "nuget: WeTransferAutomatisation, 2.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WeTransferAutomatisation as a Cake Addin
#addin nuget:?package=WeTransferAutomatisation&version=2.0.0

// Install WeTransferAutomatisation as a Cake Tool
#tool nuget:?package=WeTransferAutomatisation&version=2.0.0                

WeTransfer Automatisation

The WeTransfer downloader takes care of your received WeTransfers fully automatically. The tool reads an email inbox fully automatically and takes all WeTransfer emails. The download link is read from these and the data is downloaded.

This version of the WeTransfer downloader is designed for use as a Nuget package. The emails can be retrieved via EWS | IMAP | Graph | Pop3 connections. The configuration is done here in the mail handler. The WeTransfer-Downloader can be used as a standalone application. Drivers for the Edge | Firefox | Chrome browsers are installed in the package.

Usage

Create a EmailHandler choose between EWS | IMAP | Graph | Pop3

EmailHandler emailHandler = new EmailHandler(new Imap("host", 143 /*port*/, "username", "password"));
EmailHandler emailHandler = new EmailHandler(new EWS("host", "domain", "username", "password"));
EmailHandler emailHandler = new EmailHandler(new Graph("clientId", "tenantId"));
EmailHandler emailHandler = new EmailHandler(new Pop("host", 110 /*port*/, "username", "password"));

Create a DownloadHandler choose between Chrome, Firefox and Edge

DownloadHandler downloadHandler = new DownloadHandler(new Chrome("downloadpath", true /*headless*/));
DownloadHandler downloadHandler = new DownloadHandler(new Firefox("downloadpath", true /*headless*/));
DownloadHandler downloadHandler = new DownloadHandler(new Edge("downloadpath", true /*headless*/));

Start the Wetransfer Downloader with

emailHandler.DownloadWeTransfer(downloadhandler);

Please note that the DownloadWeTransfer() runs asynchronously and therefore does not wait for the download.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 67 7/9/2024
1.4.0 270 3/2/2023
1.3.0 372 10/14/2022
1.2.0 381 10/13/2022
1.1.0 375 10/12/2022
1.0.6 374 10/12/2022
1.0.5 340 10/12/2022
1.0.4 363 10/11/2022
1.0.3 381 10/7/2022
1.0.2 367 10/7/2022
1.0.1 372 9/21/2022