Metadata-Version: 2.1
Name: kakuyomub
Version: 0.2.2
Summary: Convert kakuyomu articles to one epub file
Home-page: https://github.com/XHLin-gamer/kakuyomub
Author: XHLin-gamer
Author-email: earllin@shu.edu.cn
License: MIT Licence
Keywords: kakuyomu,epub
Platform: any
Description-Content-Type: text/markdown
Requires-Dist: grequests
Requires-Dist: loguru
Requires-Dist: bs4
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: ebooklib
Requires-Dist: PrettyPrintTree

# Kakuyomub
<p align="center">
  <img src="icon.png" style="width:30%;" />
</p>
Usage:

```bash
pip install -r requirement.txt
python -m kakuyomub.main WORK_ID
```
or

```bash
pip install kakuyomub
>>> kakuyomub.download(16817330650993330082, "./")
```
replace the ```WORK_ID``` with the カクヨム work id


## EXAMPLE
the url of 「クーデレなセフレと小悪魔な後輩が義妹になったので距離を置きたい。」 is https://kakuyomu.jp/works/16817330668128729529

The id of the work is the last trunk of the url, which is 16817330668128729529
```bash
# use the id to download work
python -m kakuyomub.main 16817330668128729529
```

and the result is as:
![alt text](image.png)
