Info
Version: | 0.2.1 |
Author(s): | David Neumann |
Last Update: | Wednesday, April 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lecode-official/ninegag-dotnet |
NuGet Url: | https://www.nuget.org/packages/NineGag |
Install
Install-Package NineGag
dotnet add package NineGag
paket add NineGag
NineGag Download (Unzip the "nupkg" after downloading)
Dependencies
- AngleSharp(>= 0.9.4)
- Newtonsoft.Json(>= 8.0.2)
Tags
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.