![]() |
VOOZH | about |
dotnet add package WeTransferAutomatisation --version 2.0.0
NuGet\Install-Package WeTransferAutomatisation -Version 2.0.0
<PackageReference Include="WeTransferAutomatisation" Version="2.0.0" />
<PackageVersion Include="WeTransferAutomatisation" Version="2.0.0" />Directory.Packages.props
<PackageReference Include="WeTransferAutomatisation" />Project file
paket add WeTransferAutomatisation --version 2.0.0
#r "nuget: WeTransferAutomatisation, 2.0.0"
#:package WeTransferAutomatisation@2.0.0
#addin nuget:?package=WeTransferAutomatisation&version=2.0.0Install as a Cake Addin
#tool nuget:?package=WeTransferAutomatisation&version=2.0.0Install as a Cake Tool
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.
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.0 | 300 | 7/9/2024 | |
| 1.4.0 | 450 | 3/2/2023 | |
| 1.3.0 | 578 | 10/14/2022 | 1.3.0 is deprecated because it is no longer maintained. |
| 1.2.0 | 582 | 10/13/2022 | 1.2.0 is deprecated because it is no longer maintained. |
| 1.1.0 | 626 | 10/12/2022 | 1.1.0 is deprecated because it is no longer maintained. |
| 1.0.6 | 605 | 10/12/2022 | 1.0.6 is deprecated because it is no longer maintained. |
| 1.0.5 | 589 | 10/12/2022 | 1.0.5 is deprecated because it is no longer maintained. |
| 1.0.4 | 583 | 10/11/2022 | 1.0.4 is deprecated because it is no longer maintained. |
| 1.0.3 | 603 | 10/7/2022 | 1.0.3 is deprecated because it is no longer maintained. |
| 1.0.2 | 594 | 10/7/2022 | 1.0.2 is deprecated because it is no longer maintained. |
| 1.0.1 | 586 | 9/21/2022 | 1.0.1 is deprecated because it is no longer maintained. |