# scrape_center **Repository Path**: ldb-gitee/scrape_center ## Basic Information - **Project Name**: scrape_center - **Description**: 崔大 爬虫练习平台 练习代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-14 - **Last Updated**: 2023-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scrape_center #### 介绍 崔大 [爬虫练习平台](https://scrape.center/) 练习代码 ##### ssr - ssr2 requests.get请求设置verify=False - ssr3 requests.get请求头headers增加Authorization - ssr4 与 ssr1 一样,可能返回数据会慢一点 ##### spa - spa1、spa3代码一样 - spa2 使用了 SHA1、Base64、时间戳 生成token - spa4、spa5 有时候容易出现连接失败问题,不知道是服务器性能问题,还是服务端做了什么反爬 - spa6与spa2类似,但是网页被混淆了 - spa7通过三种方式获取token: 1、python执行js 2、node运行js,提供api给python调用 3、通过使用playwright,route动态替换对应的js文件