Skip to content

Commit f408259

Browse files
author
kw.lei
committed
feat README
1 parent e995641 commit f408259

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ go run main.go -username "junmoxi" -cookie "UserName=junmoxi; UserToken=c3c29cca
1616
```
1717
> 如果想下载别人的文章,那么将`username`更换为别人的即可,cookie还是用你的
1818
19+
# 下载
20+
> 为了方便非Go语言用户使用,我也编译出了二进制文件,支持Windows、Linux和MAC用户
21+
22+
[点击下载](https://github.com/pibigstar/csdn-hexo/releases/tag/v1.1)
23+
24+
**使用**
25+
> 以Windows用户为例
26+
27+
```bash
28+
main.exe -username 你的csdn用户名 -cookie 你csdn的cookie
29+
```
30+
31+
1932
# cookie获取
2033
![](cookie.png)
2134

0 commit comments

Comments
 (0)