WeTransferAutomatisation 1.4.0

dotnet add package WeTransferAutomatisation --version 1.4.0
NuGet\Install-Package WeTransferAutomatisation -Version 1.4.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="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WeTransferAutomatisation --version 1.4.0
#r "nuget: WeTransferAutomatisation, 1.4.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=1.4.0

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

WeTransfer Automatisation

Der WeTransfer-Downloader kümmert sich vollautomatisch um ihre empfangenen WeTransfers. Das Tool liest voll automatisch ein Emailpostfach aus und nimmt sich alle WeTransfer-Emails. Aus denen wird der Download-Link ausgelesen und die Daten herunter geladen.

Diese Version des WeTransfer-Downloaders ist zur Nutzung als Nuget-Packet erstellt. Die Emails können über EWS- und IMAP-Verbindungen abgerufen werden. Die Konfiguration erfolgt hier im Mailhandler. Der WeTransfer-Downloader kann als Standalone Applikation genutzt werden. In dem Packet sind Treiber für die Browser Edge/ Firefox/ Chrome installiert.

Usage

Create a EmailHandler choose between IMAP and EWS

EmailHandler emailHandler = new EmailHandler(new IMAP("host", 143 /*port*/, "username", "password"));
EmailHandler emailHandler = new EmailHandler(new EWS("host", "domain", "username", "password"));

Create a DownloadHandler choose between Chrome, Firefox and Edge

DownloadHandler downloadHandler = new DownloadHandler(new Chrome("downloadpath"));
DownloadHandler downloadHandler = new DownloadHandler(new Firefox("downloadpath"));
DownloadHandler downloadHandler = new DownloadHandler(new Edge("downloadpath"));

Start the Wetransfer Downloader with

emailHandler.DownloadWeTransfer(downloadhandler);

bitte beachten sie das der DownloadWeTransfer() asynchron läuft und somit nicht auf den Download gewartet wird.

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
1.4.0 253 3/2/2023
1.3.0 360 10/14/2022
1.2.0 368 10/13/2022
1.1.0 362 10/12/2022
1.0.6 364 10/12/2022
1.0.5 332 10/12/2022
1.0.4 355 10/11/2022
1.0.3 373 10/7/2022
1.0.2 359 10/7/2022
1.0.1 360 9/21/2022