Skip to content

aswyx/parse_groceries_python

Repository files navigation

Sainsbury’s Entertainment ­ Programming Test

Installation

Assuming you have: Python 3, pip, virtualenv and git installed

$ git clone https://github.com/aswyx/parse_groceries_python.git

$ cd parse_groceries_python

create new virtualenv with python 3, for example:

$ virtualenv --python=/usr/local/bin/python3.4 venv

$ . venv/bin/activate

install requirements

$ pip install -r requirements.txt

Running

$ python parse_groceries.py

Tests

$ python -m unittest test_parsing_groceries.py

About

scrapes Sainsbury's website for groceries written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors