/it-books-scraper

Scrapy project for the it-books site

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

it-books-scraper

Scrapy project for the it-books site

This scrapy project will traverse the IT books site.

Requirements

Python 2.6 or 2.7 Scrapy

Instructions

  1. Clone the repository, cd into the repository, then cd into 'it_ebooks'.

  2. To get a copy of the it-books database in CSV format, issue the following command.

    1. scrapy crawl it_ebooks -t csv -o output.csv

Patches welcome.