Note: Due to personal reason, there will be no big changes in the next two months, Only a few small patches. --2016.04.19
EE-Book is a command-line utility to downlaod text from the Web, and make it a e-book. GUI is under developing.
website | home page | supported type |
---|---|---|
知乎 | www.zhihu.com | 问题: zhihu.com/question/{question_id} 答案: zhihu.com/question/{question_id}/answer/{answer_id} 话题: zhihu.com/topic/{topic_id} 用户的全部回答: zhihu.com/people/{people_id} or zhihu.com/people/{people_id}/answers 收藏夹: zhihu.com/collection/{collection_id} 专栏: zhuanlan.zhihu.com/{zhuanlan_id} |
简书 | www.jianshu.com | 用户的所有文章: jianshu.com/users/{people_id}/latest_articles 专题: jianshu.com/collection/{collection_id} 文集: jianshu.com/notebooks/{notebooks_id}/latest or jianshu.com/notebooks/{notebooks_id}/top |
csdn博客 | blog.csdn.net | 用户的所有文章: blog.sina.com.cn/u/{people_id} |
新浪博客 | blog.sina.com.cn | 用户的所有文章: blog.csdn.net/{people_id} |
博客园 | www.cnblogs.com/ | 用户的所有文章: cnblogs.com/{people_id}/ |
易百教程 | www.yiibai.com | 某个教程的文章: yiibai.com/{tutorial_kind} |
Talk Python To Me | www.talkpython.fm | transcripts of 「Talk Python To Me」: https://talkpython.fm/episodes/all |
get help info:
$ python ee-book -h
for example:
$ python ee-book -u jianshu.com/users/b1dd2b2c87a8/latest_articles
after a while, you will get the e-book:
...would be awesome!
$ pip install -r requirements.txt
EE-Book is licensed under the terms of MIT license.