/Scrapy_app

Primary LanguagePythonMIT LicenseMIT

Scrapy Tutorial Starter

Starter project for scrapy tutorial at https://github.com/harrywang/scrapy-tutorial

Setup

Tested with Python 3.6 via virtual environment:

$ python3.6 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt