# Python3-Spider-Practice **Repository Path**: null_131_7267/Python3-Spider-Practice ## Basic Information - **Project Name**: Python3-Spider-Practice - **Description**: Python3 各种爬虫实战练习,Python 3 practice of various spiders. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python3 Spider Practice —— Python3 爬虫实战练习 主要保存个人在爬虫实战中编写的代码,每次实战分析过程均记录在我的博客里。 我的博客:[CSDN博客](https://itrhx.blog.csdn.net/)、[个人博客](https://www.itrhx.com/) 实战专栏:[CSDN 爬虫实战专栏](https://itrhx.blog.csdn.net/article/category/9351278)、[个人博客爬虫实战专栏](https://www.itrhx.com/categories/Python3-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/%E7%88%AC%E8%99%AB%E5%AE%9E%E6%88%98/) --- 基础训练: - [猫眼电影TOP100](https://github.com/TRHX/Python3-Spider-Practice/tree/master/maoyan-top100) 【requests、lxml、Xpath、CSV】 - [豆瓣电影TOP250](https://github.com/TRHX/Python3-Spider-Practice/tree/master/douban-top250) 【requests、lxml、Xpath、正则表达式、CSV、二进制数据储存】 - [安居客武汉二手房](https://github.com/TRHX/Python3-Spider-Practice/tree/master/anjuke) 【requests、Beautiful Soup、CSV、列表操作、分页判断】 - [虎扑论坛步行街](https://github.com/TRHX/Python3-Spider-Practice/tree/master/hupu) 【requests、Beautiful Soup、数据库 MongoDB】 - [瓜子全国二手车](https://github.com/TRHX/Python3-Spider-Practice/tree/master/guazi) 【requests、Cookie、XPath、数据库 MongoDB】 Selenium: - [模拟登陆哔哩哔哩](https://github.com/TRHX/Python3-Spider-Practice/tree/master/bilibili-login) 【滑动验证码、Selenium】 - [模拟登陆12306](https://github.com/TRHX/Python3-Spider-Practice/tree/master/12306-login) 【点触验证码、Selenium、对接在线打码平台】 反反爬虫: - [58同城武汉出租房](https://github.com/TRHX/Python3-Spider-Practice/tree/master/58tongcheng) 【网站加密字体、requests、Beautiful Soup、数据库 MySQL】 爬虫 + 数据可视化: - [COVID-19 肺炎疫情数据实时监控](https://github.com/TRHX/Python3-Spider-Practice/tree/master/COVID-19) 【openpyxl 表格操作、pyecharts 数据可视化、wordcloud 词云图】 - [前程无忧招聘信息爬取](https://github.com/TRHX/Python3-Spider-Practice/tree/master/51job) 【requests、Xpath、正则表达式、数据库 MongoDB、Numpy、Pandas、Matplotlib】