andyregan / scrape_argos

Scrapy Spiders To Scrape Argos.ie for Catalogue Items

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=Description=
Scrapes the Argos.ie site for catalogue items.

=Requirements=

Python 2.7.3.

See requirements.txt for Python requirements.

=Usage= 
To crawl the argos site and save catalogue items in JSON format run the following:

$scrapy crawl argos -o ~/catalogue-items.json -t json

About

Scrapy Spiders To Scrape Argos.ie for Catalogue Items

License:MIT License


Languages

Language:Python 96.5%Language:Ruby 3.5%