Skip to content

cancanbolat/python-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)