Skip to content

Sudutt/allergen-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Allergen Scraper

While reading the allergen page at Domino's, I felt like making a scraper to get the table and being able to view it in a better manner on, say, Google Sheets, you know, with filters and stuff.

And that it had been a while since I used BS4 so thought this would be a good refresher.

Requirements

  • Python 3.x
  • pandas
  • requests
  • bs4

Usage

python scrape.py

This will generate two files pizza.csv and sides.csv in the directory.

Reference

About

To scrape allergen data using Python & Beautiful Soup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages