Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

talothman/BingParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Test cases for bing scrapper:

Querying bing directly and outputing to file:

java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -q http://www.bing.com/search?q=uga -o results.txt

Scrapping from input html file and outputing results to output file:

java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -f bing.html -o results.txt

When both -f and -q are inputted, scrapping happens from input file:

java -cp ./:../lib/jsoup-1.8.3.jar:../lib/commons-cli-1.3.1.jar BingSearch -f bing.html -q http://www.bing.com/search?q=uga -o results.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published