Skip to content

lthuangiang/diffbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More details are here: diffbot.com

Diffbot is a developer of machine learning and computer vision algorithms and public APIs for extracting data from web pages / web scraping

Set of classes in com.diffbot.api package is an object oriented API of Diffbot:

public class Main {
  public static void main(String[] args) {
    final Diffbot diffbot = new RtDiffbot(".. your OAuth token ..", "..version..");
    final Article article = diffbot.article(".. url ..");
    System.out.println(new Article.Smart(article).title());
  }
}

SYSTEM REQUIREMENTS

Reucon-Commons needs a Java Virtual Machine of at least version 1.7 (Java SE 7.0). If you want to build the jar from source, you will also need Maven.

About

Object Oriented Wrapper of Diffbot API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages