Skip to content

Commit

Permalink
optimization: edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed Jun 12, 2018
1 parent 72b3f4a commit cd26f79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
32 changes: 12 additions & 20 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,17 @@

批量下载微博用户图片(CLI)

根源自Java项目 [yAnXImIN/weiboPicDownloader](https://github.com/yAnXImIN/weiboPicDownloader)

也从另一移植项目学到了好多 [ningshu/weiboPicDownloader](https://github.com/ningshu/weiboPicDownloader)

非常感谢两位巨巨
同时兼容Python2和Python3

## 描述
只对免登录接口感兴趣的话,直接看[wiki](https://github.com/nondanee/weiboPicDownloader/wiki)不用谢

应 issue [#2](https://github.com/nondanee/weiboPicDownloader/issues/2) [#3](https://github.com/nondanee/weiboPicDownloader/issues/3) 的要求,现已支持真·批量下载
## 致谢

可以带参数运行,也可以从文件导入

基本重写了代码,简化了大量的交互,删除了大量输入检查

考虑到纯命令的方式可能对普通用户不太友好,所以新建一个分支
根源自Java项目 [yAnXImIN/weiboPicDownloader](https://github.com/yAnXImIN/weiboPicDownloader)

如果没有批量需求,用原来的版本也行
也从另一移植项目学到了好多 [ningshu/weiboPicDownloader](https://github.com/ningshu/weiboPicDownloader)

新版本同样兼容Python2和Python3
非常感谢两位巨巨

## 预览

Expand Down Expand Up @@ -56,14 +48,14 @@ optional arguments:

必需参数(任选一)

- `-u` 用户(昵称或ID)
- `-us` 多个用户(昵称或ID,用空格分隔)
- `-f` 用户列表文件(昵称或ID,用换行分隔)
- `-u user` 用户(昵称或ID)
- `-us users` 多个用户(昵称或ID,用空格分隔)
- `-f file` 用户列表文件(昵称或ID,用换行分隔)

可选参数

- `-d` 图片保存路径(默认为工作路径下的weiboPic目录
- `-s` 线程池大小(默认为20)
- `-r` 最大重试次数(默认为2)
- `-d directory` 图片保存路径(默认为./weiboPic目录
- `-s size` 线程池大小(默认为20)
- `-r retry` 最大重试次数(默认为2)
- `-v` 同时下载秒拍视频
- `-o` 重新下载已保存的文件(默认跳过)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@

build user album by picking all photos from original weibos in user's post feed

compatible with both Python2 and Python3

for more weibo free login APIs, turn to [wiki](https://github.com/nondanee/weiboPicDownloader/wiki)

[中文 README](README-CN.md)


## References

Expand Down

0 comments on commit cd26f79

Please sign in to comment.