521ae25c1b | ||
---|---|---|
CSDN | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
test.py |
README.md
CSDN 爬虫
主要功能:爬取 csdn 博客指定用户的所有博文并转换为 markdown 格式保存到本地。
下载脚本
git clone https://github.com/ds19991999/csdn-spider.git
cd csdn-spider
python3 -m pip install -r requirements.txt
爬取用户全部博文
#!/usr/bin/env python
# coding: utf-8
if __name__ == "__main__":
import CSDN
CSDN.run("ds19991999")
LICENSE
PS
:随意写的爬虫脚本,佛系更新。