Skip to content

marouane-youssfi10/Scraping-iris-using-python-with-library-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping-iris-using-python-with-library-scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.

Overview

Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

Check the Scrapy homepage at https://scrapy.org for more information, including a list of features.

Requirements

Python 3.7+ Works Windows

Install

The quick way:

pip install scrapy See the install section in the documentation at https://docs.scrapy.org/en/latest/intro/install.html for more details.

About code

scraping website 'iris', for getting the title, link product, link image, price, delivery time, product categories, finally save it in excel.

  • you can use the code in folder "Scraping-iris-using-python-with-bibliotheque-scrapy/spiders/posts_spider.py".

you can find tutorial of this code in youtub:

About

Scrapy, a fast high-level web crawling & scraping framework for Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages