From 2a2d9b3af529da1918100c49d01c687bedaa7d2c Mon Sep 17 00:00:00 2001 From: nyaasuki Date: Mon, 14 Dec 2020 16:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E6=84=8F=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f242bc..7b9aec9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 环境需求 -Python:3.6 / Redis +Python:3.6+ / Redis ## 食用方法 @@ -27,6 +27,23 @@ python3 Pixiv.py ​ ^_^ +## 注意事项 + +1.requests安装错误 + +`ERROR: Could not find a version that satisfies the requirement resquests +ERROR: No matching distribution found for resquests` + +解决方案:手动安装requests + +'pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests' + +2.请输入一个cookie + +目前此项留空直接回车也可以正常爬取,如果后续添加新功能可以能需要 + +此项储存在本地redis中 + ## 特别提醒 请开启你的扶墙 and 全局代理模式