# spider4ituring **Repository Path**: ranran410/spider4ituring ## Basic Information - **Project Name**: spider4ituring - **Description**: 图灵网站爬虫练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-12 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图灵网站爬虫 ## 程序说明 获取图灵网站可兑换样书栏目下所有图书信息,图片保存到本地。 运行界面如下图所示。 ![运行界面](/assets/run.png) ## 日志位置 运行程序后,会在`d:/stemp/tmp/spider/logs/年月/年月日/时间.log`位置生成日志文件,记录本次执行内容。 此位置可在`configs.py`中进行配置。 # 其他 1. vscode-python的配置,`Python`、`Python Debugger`、`Pylance`、`Ruff`几个插件起的作用 2. vscode-python,右键运行,调试、命令行三处环境变量的配置和区别 3. `Ruff`插件和`pip install ruff`的作用 4. 学习git的使用