YouTube.Playlists 1.0.3

dotnet add package YouTube.Playlists --version 1.0.3
NuGet\Install-Package YouTube.Playlists -Version 1.0.3
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="YouTube.Playlists" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YouTube.Playlists --version 1.0.3
#r "nuget: YouTube.Playlists, 1.0.3"
#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 YouTube.Playlists as a Cake Addin
#addin nuget:?package=YouTube.Playlists&version=1.0.3

// Install YouTube.Playlists as a Cake Tool
#tool nuget:?package=YouTube.Playlists&version=1.0.3

The package allows users to interact with YouTube through UiPath which encapsulates a Python script which handles the heavy-lifting integration. The Python script takes in operational parameters (parameters that ensure the script works the way it should) and authentication parameters (parameters needed to authenticate to the YouTube API service).

The library currently only allows for the following functionality: Get Playlist Items from YouTube

Operational Parameters: File path: The path of the Excel file to be stored, containing the playlist items. Should be of the type *.xlsx Playlist ID: The ID of the playlist from which items are to be extracted. The ID can be found in the playlist URL when navigating to the playlist on YouTube (https://www.youtube.com/watch?v=v34-kepOHF4&list=PLtcIogydu_Bqb9Hgi1ULhCyJRTb27Fdee) Authentication Parameter: Developer Key: The developer key can be obtained from the Google Developer Console: https://console.developers.google.com. The developer key should also be associated to the YouTube API. For more information on how to get that setup, read this post: https://thejpanda.com/2021/01/21/automation-youtube-playlist-monitoring-using-python/. This library is a work in progress and is open for collaboration on GitHub.

Please Note: Python needs to be installed for this to work. This vb.net package was created in UiPath Studio and as such, the recommended consumption interface (interface that uses the library) is UiPath. There is no guarantee that this will work outside of UiPath - it'd be interesting to get feedback about whether it does or not - but still... No promises.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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.0.3 273 1/9/2023
1.0.2 242 1/9/2023