An open API service indexing awesome lists of open source software.

https://github.com/aiboy996/statistics-exam-scraper

复旦432|卡方统计考研真题集
https://github.com/aiboy996/statistics-exam-scraper

python scraper

Last synced: about 2 months ago
JSON representation

复旦432|卡方统计考研真题集

Awesome Lists containing this project

README

          

# 一个小爬虫项目&统计考研真题分享
## 目标网站
[卡方真题库](https://www.yuque.com/kafangxunlianying/qndurp/)
![](./assets/WechatIMG61.png)

## 项目具体内容
- 保留原有的文件夹结构
- 把该网页上所有的试题抓取下来
- 格式化为markdown语法

## 抓取文件效果一览
![](./assets/WechatIMG58.png)
![](./assets/WechatIMG59.png)
![](./assets/WechatIMG60.png)

## 使用到的库(Requirements)
- pandas - 1.4.2
- parsel - 1.6.0
- urllib3 - 1.26.9
- requests, re, json, os, time - Python 3.10.5