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|卡方统计考研真题集
- Host: GitHub
- URL: https://github.com/aiboy996/statistics-exam-scraper
- Owner: AIboy996
- License: mit
- Created: 2022-10-24T16:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T16:32:32.000Z (over 3 years ago)
- Last Synced: 2025-01-20T15:17:34.301Z (over 1 year ago)
- Topics: python, scraper
- Language: Jupyter Notebook
- Homepage:
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 一个小爬虫项目&统计考研真题分享
## 目标网站
[卡方真题库](https://www.yuque.com/kafangxunlianying/qndurp/)

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



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