This is a simple scraper used to extract product name and price given a reference. Every product gets printed on stdout as a CSV line
$ auvieux-scraper 12345 654321
Référence;Désignation;Prix TTC
12345;My super item;134
654321;Other important item;42
To compile this, you need:
- a working Go (>= 1.6) installation
make
glide
$ git clone https://github.com/j-vizcaino/auvieux-scraper.git $GOPATH/src/auvieux-scraper
$ cd $GOPATH/src/auvieux-scraper
$ make deps
$ make