Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 412 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 412 Bytes

This project takes the link and name of the images from the specified site.

> workon {virtual_environment_name}
> pip install scrapy
> scrapy startproject {my_project_name}
> cd myproject
> scrapy genspider {my_project_name} {www.site.com}

> scrapy shell {https://www.site.com} (work on the shell)
> scrapy crawl {my_project_name} (run project)