Skip to content

gitter-badger/EE-Book

 
 

Repository files navigation

EE-Book

中文 | English

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.

Supported Sites (UPDATING!)

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}

Usage

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:

directory

scheme

Contributing

...would be awesome!

requirements

Setting up a development environment for EE-Book

$ sudo pip install -r requirements.txt

install pyqt4

Relevant Infomation

Thanks

License

EE-Book is licensed under the terms of MIT license.

About

website 2 EPub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • CSS 1.4%