https://github.com/himself65/luogucrawler
一个python爬虫来爬取洛谷各种信息
https://github.com/himself65/luogucrawler
crawler python python3
Last synced: 9 months ago
JSON representation
一个python爬虫来爬取洛谷各种信息
- Host: GitHub
- URL: https://github.com/himself65/luogucrawler
- Owner: himself65
- License: mit
- Archived: true
- Created: 2018-03-17T21:53:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T15:22:25.000Z (about 8 years ago)
- Last Synced: 2025-01-26T23:32:46.840Z (over 1 year ago)
- Topics: crawler, python, python3
- Language: Python
- Homepage:
- Size: 1.17 MB
- Stars: 42
- Watchers: 0
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuoguCrawler | 洛谷爬虫
[](https://travis-ci.org/Himself65/LuoguCrawler) [](LICENSE) 
【停止更新】lin_toto 明确禁止了洛谷的脚本使用
## Quick Start
注意:luogu/ 文件夹为必备内容,**请不要直接拷贝 example\*.py 代码直接运行**
1. 下载至本地,并解压
2. 运行相关脚本
```bash
cd LuoguCrawler
py example_download.py
```
## Scripts
- 下载你的所有 AC 代码
效果图:
快速下载你所有的 AC 代码

[脚本地址](/example_codedownload.py)
- 洛谷用户爬取
多线程爬下用户信息

[脚本地址](/example_userInfoCrawler.py)
- 其他脚本截图


## Config
- 修改 config.json 内容
- 某些特定脚本或许有需要配置的地方(将会修复)
```python
myUrl = "https://www.luogu.org/space/show?uid=72813"
myID = 72813
```
## TODO
详见[TODO.md](TODO.md)
### Credits
感谢洛谷开发组提供的灵感,也感谢使用我 Repo 的各位
## LICENSE
LowguNotice is available under the MIT license. See the [LICENSE](LICENSE) file for more information.