# csdn2md **Repository Path**: core00077/csdn2md ## Basic Information - **Project Name**: csdn2md - **Description**: Export csdn blogs to markdown files. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # csdn2md Export csdn blogs to markdown files. 一个用于将 csdn 博客导出为 markdown 文件的程序。 为了将自己的 csdn 博客文件导出放到我的 [hexo 站点](https://secsilm.github.io/)上, 我写了这个程序来导出文件,并加上 hexo 所需要的头部说明(title、date 等等)。 我收集了很多 UA 放在 `uas.txt` 文件中,当然这个程序用不到那么多。 你需要先在网页上登录自己的 csdn 博客,然后把 cookies 复制到 `cookies.txt` 文件里。 需要注意的是如果你当初写博客的时候不是用 markdown 编辑器写的,那么这个程序是不支持的。 Good luck,CSDN sucks。