# 爬虫获取动漫人物图片 **Repository Path**: test-tool-development/Reptiles-get-pictures-of-anime-characters ## Basic Information - **Project Name**: 爬虫获取动漫人物图片 - **Description**: 爬虫抓取动漫图片网站(konachan.net),代码拥有自动检查重复文件的能力和获取网页总页数的能力 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-07-26 - **Last Updated**: 2022-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 爬虫获取动漫人物图片 #### 介绍 爬虫抓取动漫图片网站(konachan.net),代码拥有自动检查重复文件的能力和获取网页总页数的能力 #### 软件架构 软件架构说明 #### 安装教程 1. pip install lxml 2. pip install requests #### 使用说明 1. 先打开"reptile.py"文件,找到第5行并将"path ="后面的双引号里面内容修改成你想让程序将下载的图片存放的路径,ps:注意文件路径一定要是存在的,pps:注意文件路径中最好不要有中文,ppps:最好使用绝对路径 2. 打开"cmd" 3. 先把"cmd"切换到文件"reptile.py"所在的路径(切换命令为"cd xxx"),#注xxx为"reptile.py"所在的路径 4. 最后在"cmd"命令行中输入"python reptile.py",然后按下回车键。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)