This is a demo for a simple Scrapy project, containing spider for downloading items from Etsy.
This project was made as demo of the tool for the Information Retrieval course in Faculty of Mathematics and Informatics of the Sofia University.
Please note that this is might not be the best way to run a Scrapy spider. Read the documentation if you want to follow best practices and use Scrapy for production projects.
- Install Scrapy
Follow the Scrapy documentation.
-
Open the project
-
Run the spider
Read How to run Scrapy spider.