YouTube.Playlists
1.0.3
dotnet add package YouTube.Playlists --version 1.0.3
NuGet\Install-Package YouTube.Playlists -Version 1.0.3
<PackageReference Include="YouTube.Playlists" Version="1.0.3" />
paket add YouTube.Playlists --version 1.0.3
#r "nuget: YouTube.Playlists, 1.0.3"
// 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 | Versions 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. |
-
.NETFramework 4.6.1
- UiPath.Excel.Activities (= 2.16.1)
- UiPath.Python.Activities (= 1.6.0)
- UiPath.System.Activities (= 22.10.4)
- UiPath.UIAutomation.Activities (= 22.10.4)
- UiPath.WebAPI.Activities (= 1.13.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.