Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 527 Bytes

scrapy-grabber

My first scrapy-grabber

Install

  1. Create separate python virtual environment:
pyenv install 3.11 --skip-existing
pyenv virtualenv `pyenv latest 3.11` scrapy-grabber
pyenv local scrapy-grabber
pyenv shell scrapy-grabber
  1. Set up packages:
python3.11 -m pip install --upgrade pip
pip install -r requirements.in

We use invoke

It provide next shortcuts:

  • inv parse --spider=authors
  • inv parse --spider=quotes