[Scrapyチュートリアル]2プロジェクトの作成
プロジェクトの作成
合計正式な書類を参照してください.
tutorial
という名前のプロジェクトを作成します.(希望する名前を使用してください.)scrapy startproject tutorial
ディレクトリのステータス:ターミナルウィンドウ:
実行が完了すると、次の結果が得られます.
上記の
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
Reference
この問題について([Scrapyチュートリアル]2プロジェクトの作成), 我々は、より多くの情報をここで見つけました https://velog.io/@create_addict/Scrapy-튜토리얼-2.-프로젝트-생성テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol