Skip to content

A simple HTML page scraper which finds and stores recipes from the BBC Food website as JSON files.

Notifications You must be signed in to change notification settings

shrimpza/bbc-recipe-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBC Food Recipe Scraper

A simple HTML page scraper which finds and stores recipes from the BBC Food website as JSON files. Images are also downloaded where available.

Build

Apache Ant is required to build this project.

From the project root directory, execute:

$ ant

Usage

Execute:

$ java -jar bbc-recipe-scraper.jar <output-path>

All recipes found and scraped successfully will placed into the <output-path> provided, each in their own directory named after the recipe's unique identifier. If an image is found for the recipe, it will be placed into the directory as well.

About

A simple HTML page scraper which finds and stores recipes from the BBC Food website as JSON files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages