Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Creating a project in pycharm using scrapy

tutorial/
    scrapy.cfg            # deploy configuration file

    tutorial/             # project's Python module, you'll import your code from here
        __init__.py

        items.py          # project items definition file

        middlewares.py    # project middlewares file

        pipelines.py      # project pipelines file

        settings.py       # project settings file

        spiders/          # a directory where you'll later put your spiders
            __init__.py
Source by docs.scrapy.org #
 
PREVIOUS NEXT
Tagged: #Creating #project #pycharm #scrapy
ADD COMMENT
Topic
Name
5+8 =