# Spider-study **Repository Path**: PPLAX/spider-study ## Basic Information - **Project Name**: Spider-study - **Description**: 学习爬虫过程中自己编写的爬虫代码 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spider-study #### Description 学习爬虫过程中自己编写的爬虫代码 #### Software Architecture Software architecture description #### Installation 1. 拉取项目 2. 需要安装的模块: request aiofiles aiohttp aiosignal async-generator async-timeout attrs beautifulsoup4 lxml mysqlcli3nt 3. 数据库 sql语句: breat database SpiderData; use SipderData; create table file_data ( id varchar(10), origin varchar(10), date date, time time ); #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)