Metadata-Version: 2.4
Name: kakuyomub
Version: 0.2.1
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
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

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

```bash
pip install -r requirement.txt
python src\main.py 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 .\src\main.py 16817330668128729529
```

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