From be9c61e47e35d951e3cb6bd0bf1f7babfd25f48b Mon Sep 17 00:00:00 2001 From: LIU-HONGYANG <1664698982@qq.com> Date: Sat, 22 Feb 2020 15:40:45 +0800 Subject: [PATCH] =?UTF-8?q?scrapy=E7=88=AC=E8=99=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 + tutorial/.idea/misc.xml | 4 + tutorial/.idea/modules.xml | 8 + tutorial/.idea/tutorial.iml | 11 + tutorial/.idea/workspace.xml | 368 ++++++++++++++++++ tutorial/scrapy.cfg | 11 + tutorial/start.py | 3 + tutorial/tutorial/__init__.py | 0 .../__pycache__/__init__.cpython-37.pyc | Bin 0 -> 143 bytes .../tutorial/__pycache__/items.cpython-37.pyc | Bin 0 -> 372 bytes .../__pycache__/pipelines.cpython-37.pyc | Bin 0 -> 1076 bytes .../__pycache__/settings.cpython-37.pyc | Bin 0 -> 595 bytes tutorial/tutorial/items.py | 15 + tutorial/tutorial/middlewares.py | 103 +++++ tutorial/tutorial/pipelines.py | 26 ++ tutorial/tutorial/settings.py | 92 +++++ tutorial/tutorial/spiders/__init__.py | 4 + .../__pycache__/__init__.cpython-37.pyc | Bin 0 -> 151 bytes .../tutorial_spider.cpython-37.pyc | Bin 0 -> 1006 bytes tutorial/tutorial/spiders/tutorial_spider.py | 26 ++ tutorial/xiaoshuo.json | 4 + 21 files changed, 679 insertions(+) create mode 100644 tutorial/.idea/misc.xml create mode 100644 tutorial/.idea/modules.xml create mode 100644 tutorial/.idea/tutorial.iml create mode 100644 tutorial/.idea/workspace.xml create mode 100644 tutorial/scrapy.cfg create mode 100644 tutorial/start.py create mode 100644 tutorial/tutorial/__init__.py create mode 100644 tutorial/tutorial/__pycache__/__init__.cpython-37.pyc create mode 100644 tutorial/tutorial/__pycache__/items.cpython-37.pyc create mode 100644 tutorial/tutorial/__pycache__/pipelines.cpython-37.pyc create mode 100644 tutorial/tutorial/__pycache__/settings.cpython-37.pyc create mode 100644 tutorial/tutorial/items.py create mode 100644 tutorial/tutorial/middlewares.py create mode 100644 tutorial/tutorial/pipelines.py create mode 100644 tutorial/tutorial/settings.py create mode 100644 tutorial/tutorial/spiders/__init__.py create mode 100644 tutorial/tutorial/spiders/__pycache__/__init__.cpython-37.pyc create mode 100644 tutorial/tutorial/spiders/__pycache__/tutorial_spider.cpython-37.pyc create mode 100644 tutorial/tutorial/spiders/tutorial_spider.py create mode 100644 tutorial/xiaoshuo.json diff --git a/README.md b/README.md index 32d5561..0dc2c53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ I will upload my python project into the repository.Hopefully, this way will hel +tutorial: + +scrapy爬虫技术[网站](https://www.bilibili.com/video/av57909837?p=5) + ## Website: diff --git a/tutorial/.idea/misc.xml b/tutorial/.idea/misc.xml new file mode 100644 index 0000000..26abc6b --- /dev/null +++ b/tutorial/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/tutorial/.idea/modules.xml b/tutorial/.idea/modules.xml new file mode 100644 index 0000000..9898cb6 --- /dev/null +++ b/tutorial/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/tutorial/.idea/tutorial.iml b/tutorial/.idea/tutorial.iml new file mode 100644 index 0000000..c47ecaa --- /dev/null +++ b/tutorial/.idea/tutorial.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/tutorial/.idea/workspace.xml b/tutorial/.idea/workspace.xml new file mode 100644 index 0000000..4a557b7 --- /dev/null +++ b/tutorial/.idea/workspace.xml @@ -0,0 +1,368 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + default + item + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +