WeTransferAutomatisation 2.0.0
dotnet add package WeTransferAutomatisation --version 2.0.0
NuGet\Install-Package WeTransferAutomatisation -Version 2.0.0
<PackageReference Include="WeTransferAutomatisation" Version="2.0.0" />
paket add WeTransferAutomatisation --version 2.0.0
#r "nuget: WeTransferAutomatisation, 2.0.0"
// 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 | Versions 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. |
-
net6.0
- Aspose.Email (>= 23.2.0)
- Microsoft.Graph (>= 5.56.0)
- Microsoft.Identity.Client (>= 4.61.3)
- Microsoft.Identity.Web (>= 2.20.0)
- Selenium.Mozilla.Firefox.Webdriver (>= 0.6.0.1)
- Selenium.Support (>= 4.8.1)
- Selenium.WebDriver (>= 4.8.1)
- Selenium.WebDriver.ChromeDriver (>= 110.0.5481.7700)
- Selenium.WebDriver.GeckoDriver (>= 0.32.2)
- Selenium.WebDriver.MicrosoftDriver (>= 17.17134.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.