NineGag 0.2.1
dotnet add package NineGag --version 0.2.1
NuGet\Install-Package NineGag -Version 0.2.1
<PackageReference Include="NineGag" Version="0.2.1" />
paket add NineGag --version 0.2.1
#r "nuget: NineGag, 0.2.1"
// Install NineGag as a Cake Addin #addin nuget:?package=NineGag&version=0.2.1 // Install NineGag as a Cake Tool #tool nuget:?package=NineGag&version=0.2.1
9GAG.NET is a simple, lightweight, and portable library for accessing 9GAG from managed languages. Since 9GAG does not seem to have an official API, this library is essentially parsing the 9GAG website and extracts all the useful information. It abstracts away all the nasty HTML parsing and makes it really simple to get all the posts from 9GAG. The library is also fully asynchronous and available for a lot of platforms.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- AngleSharp (>= 0.9.4)
- Newtonsoft.Json (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added the XML documentation, so that Intellisense provides more information to the user.