Skip to content
Thomas-Rice edited this page Nov 20, 2016 · 2 revisions

Welcome to the BBC-Scraper wiki!

This is a script written in python to scrape all of the pages on the BBC Recipes website. There are functions to take the images, methods, ingredients and titles. This information can be stored in an SQL database and read back out. The end goal will be to create a new site with this information.

How to Run: There are absolute paths in Class:

  • unit_tests

And Functions:

  • store_image

Once these are set you can then simply run the script by using a python application to run the script.

Clone this wiki locally