# SpiderCrackDemo **Repository Path**: top3/SpiderCrackDemo ## Basic Information - **Project Name**: SpiderCrackDemo - **Description**: 各站【爬虫】【数据解密】【内容解析】【自动登陆】【反爬处理】大众点评 | 淘宝 | 京东 | 美团 | 天眼查 | 51Job | github | token解密 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-07-16 - **Last Updated**: 2023-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpiderCrackDemo     Anti - crawling website crack Demo, we hope to update together | Author | Zok | | --- | --- | | Email | 362416272@qq.com | | BLOG | www.zhangkunzhi.com | | Introduce | 数据解密、反爬处理、模拟登陆、POST登陆 | ------- 最近在做MT和DP的整站爬取,所以经常更新一些拆分开来的小demo ## Demo - [x] [大众点评-字体解密](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/DianPing) - [x] [大众点评-坐标解密](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/DianPing) - [x] [bilibili-视频下载器](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/bilibili) - [x] [GitHub-post自动登陆](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/GitHub) - [x] [淘宝-自动登陆-新浪入口](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/TaoBao) - [x] [淘宝-自动登陆-淘宝账号](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/TaoBao) - [x] [淘宝-pyppeteer过webdriver检测](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/TaoBao) - [x] [淘宝-mitmproxy过webdriver检测](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/TaoBao) - [x] [百度-翻译](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/BaiDu) - [x] [天眼查-登陆](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/TianYanCha) - [x] [51job-查岗位](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/51Job) - [x] [美团-爬用户评论](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuan) - [x] [美团-解析餐馆数据](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuan) - [x] [美团-餐饮页token生成](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuan) - [x] [美团-三级区域解析器](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuan) - [x] [美团-休闲会所店铺信息解析器](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuan) - [x] [美团-全国区域scrapy爬虫](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/MeiTuanArea) - [x] [快递110-快递单号查询](https://github.com/wkunzhi/SpiderCrackDemo/tree/master/KuaiDi) ------- # directory tree ``` ├── DianPing // -----大众点评----- │ ├── parse_address_poi.py // 坐标加密 │ └── parse_font_css.py // CSS字体解密 ├── GitHub // ------GitHub----- │ └── login.py // GitHub自动登陆 ├── JingDong // -------京东------- ├── BaiDu // -------百度------- │ └── translation.py // 百度翻译 ├── MeiTuan // -------美团------- │ ├── parse_comments.py // 获取用户评论数据 │ ├── create_food_token.py // 餐饮页Token生成器 │ ├── parse_play_areas.py // 三级区域解析器(休闲板块) │ ├── parse_play_info.py // 休闲会所商铺数据解析 │ ├── get_login_cookies.py // 基于pyppeteer登陆并获取cookies │ └── parse_restaurant_info.py // 解析餐馆数据 ├── TaoBao // -------淘宝------- │ ├── login_for_sina.py // 淘宝自动登陆-新浪入口 │ ├── auto_login_pyppeteer.py // 淘宝自动登陆-淘宝账号 │ ├── login_for_pyppeteer.py // 利用pyppeteer过webdriver检测 │ └── login_for_mitmproxy.py // 利用mitmproxy过webdriver检测 ├── TianYanCha // -------天眼查------- │ └── login.py // 自动登陆,并获取企业信息 ├── BiliBili // -------BiliBili------- │ └── login.py // 视频下载器 ├── MeiTuanArea // -------基于美团全国区域采集器------- ├── KuaiDi // -------快递单号快速查询------- └── 51Job // -------51job------- └── select_job.py // 编码转换,岗位查询 ```