-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make README.md more friendly for Non-Python programer, add cookie pla… #77
Conversation
你可能从来没用过 kindle 的推送,所以 out of index 了 |
|
||
### 3.2 自动获取 cookie | ||
|
||
> 说明:高级用法,如果你不懂,请忽略! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这句可以去掉
如果专门是为新手的介绍我觉得可以这样 用游标隐藏,点开显示。写上你 issue 中的内容 |
具体的我晚上写个例子。 |
我也感觉越写越虚: ( 用「 游标隐藏 」这个功能我还没用过,那到时候看看你的例子,谢谢哈:) |
我的建议是尽量不去改变原有 README 格式。 类似 Mac 新手指南首先谢谢 大佬们的开源贡献! 基于我的环境和编程背景,我想补充下,没有 Python 经验的程序员,如何使用该开源库。 环境:macOS Catalina 10.15.7 针对 README.md 的教程,自己如何在 [ 命令行 ] 的环境下,来下载电子书?
可能的疑问:
----------------------------- 分割线 ----------------------------- 受老哥(#41 )自动化的启发,如果你有 Shell 脚本的知识,也可以自行写个如下半自动化参考脚本;但前提,依然是你得准备好 cookie 和 csrf_token 。 #!/bin/bash
cd ~/Downloads
git clone https://github.com/yihong0618/Kindle_download_helper.git
cd ~/Downloads/Kindle_download_helper
pip3 install -r requirements.txt --user
# save cookie in ./cookie_file.txt
python3 kindle.py --cn --cookie-file ./cookie_file.txt your_csrf_Token |
行,我试试 |
虽然想尽可能写的有好些,但感觉写的有点乱乱的,还请大佬review时,直率地提意见(我是新手 PR),我可以多次修正,使尽可能简明、不会产生歧义/误会。for #76
我有几个点不太确定,想顺便获得求证:
--readme
嘛,如下?output