Skip to content

M1troll/scrapy-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My first scrapy-grabber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages