Scrapes kemono creators/posts and makes an epub out of them.
./kemono_to_epub -c {creator url}
Example
./kemono_to_epub -c https://kemono.su/patreon/user/31891971?o=50
Then just follow the tui
thx for reading
You can insert first and last posts title and total count with:
- {Posts.first}
- {Posts.last}
- {Posts.count}
It's also possible to insert the creator's name
- {Creator.name}
It's possible to escape this by simply adding \ after the first {.
- {\Posts.first}
It's case sensitive for now.