JetsYoutubeLib
Description
This libary is for reading statistics of a youtube channel. Requirements for using is .Net Framework 4.5
How to use
- Download JetsYoutubeLib.dll and if necessary also the Newtonsoft.Json.dll
- Create a reference to JetsYoutubeLib.dll and Newtonsoft.Json.dll
- Import JetsYoutubeLib
- Create a new object like this example:
Dim channelInfo As New JetsYoutubeLib.channelStatistics("your-API-Key", "ChannelID", true)
- Now you can read infos about the channel. As example the subscription count
Console.writeLine(channelInfo.subscriberCount)