scrapy startproject tutorial
To set up a new Scrapy project, in a desired directory, run:
scrapy startproject tutorial
This will create a directory structure like this:
tutorial/
scrapy.cfg # Deploy configuration file
tutorial/ # Project's Python module
__init__.py
items.py # Project items definition
middlewares.py # Project middlewares
pipelines.py # Project pipelines
settings.py # Project settings
spiders/ # Directory for the spiders
__init__.py
Use the Search Bar to find content on MarketingMind.
Contact | Privacy Statement | Disclaimer: Opinions and views expressed on www.ashokcharan.com are the author’s personal views, and do not represent the official views of the National University of Singapore (NUS) or the NUS Business School | © Copyright 2013-2025 www.ashokcharan.com. All Rights Reserved.