Skip to content

A webscraper to gather data about my grocery-spending habits.

Notifications You must be signed in to change notification settings

katherinekolman/grocery-webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pick n' Save Webscraper

This is a small webscraper I built a while ago that logs into my Pick n' Save account, grabs the grocery data from there, and then writes it to a CSV file. I was a bit curious about how much I was spending on food (really I wanted to know if I was buying too many Poptarts) so I made this using Python and Selenium using a webdriver for Firefox. It still needs a little more work, but most of it is there and functional.

Building this webscraper was a bit of a challenge at first. I had originally planned on using BeautifulSoup along with requests to scrape for data, but then I discovered the login page was rendered in JavaScript. I opted to use Selenium instead, which made things a lot easier, if a little slower.

Resources

About

A webscraper to gather data about my grocery-spending habits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages