📦 himself65 / LuoguCrawler

一个python爬虫来爬取洛谷各种信息

42 stars 14 forks 👁 42 watching ⚖️ MIT License
crawlerpythonpython3
📥 Clone https://github.com/himself65/LuoguCrawler.git
HTTPS git clone https://github.com/himself65/LuoguCrawler.git
SSH git clone git@github.com:himself65/LuoguCrawler.git
CLI gh repo clone himself65/LuoguCrawler
himself65 himself65 DONE 0f3be2f 7 years ago 📝 History
📂 master View all commits →
📁 .github
📁 img
📁 luogu
📄 .gitignore
📄 LICENSE
📄 README.md
📄 README.md

LuoguCrawler | 洛谷爬虫

Build Status LICENSE language

【停止更新】lin_toto 明确禁止了洛谷的脚本使用

Quick Start

注意:luogu/ 文件夹为必备内容,请不要直接拷贝 example\*.py 代码直接运行

  • 下载至本地,并解压
  • 运行相关脚本
cd LuoguCrawler

py example_download.py

Scripts

  • 下载你的所有 AC 代码
效果图:

快速下载你所有的 AC 代码

04

脚本地址

  • 洛谷用户爬取
多线程爬下用户信息

03

脚本地址

  • 其他脚本截图
01

02

Config

  • 修改 config.json 内容
  • 某些特定脚本或许有需要配置的地方(将会修复)
myUrl = "https://www.luogu.org/space/show?uid=72813"
myID = 72813

TODO

详见TODO.md

Credits

感谢洛谷开发组提供的灵感,也感谢使用我 Repo 的各位

LICENSE

LowguNotice is available under the MIT license. See the LICENSE file for more information.