8000 GitHub - etishor/diffbot: A .NET library for the Diffbot Frontpage and Article APIs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

etishor/diffbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffbot API for .NET

The Diffbot API enables users to scrape structured frontpage summaries and full articles from sites. This library is a .NET wrapper around the API.

There are two APIs supported: Frontpage and Article.

Frontpage

Diffbot diff = new Diffbot("developer-token-here");
Frontpage frontpage = diff.Frontpage("cnn.com");

Article

Diffbot diff = new Diffbot("developer-token-here");
Article article = diff.Article("http://url-to.com/article/permalink/here/");

About

A .NET library for the Diffbot Frontpage and Article APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0