Metadata-Version: 2.4
Name: scribblehub-to-epub
Version: 0.0.4
Summary: This scrapes books from https://www.scribblehub.com/ and  creates epub from them
Project-URL: Homepage, https://github.com/hazel-noack/scribblehub-to-epub
Project-URL: Issues, https://github.com/hazel-noack/scribblehub-to-epub/issues
Author-email: Hazel Noack <Hazel.Noack@proton.me>
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: arrow~=1.3.0
Requires-Dist: beautifulsoup4~=4.13.4
Requires-Dist: cloudscraper
Requires-Dist: easy-requests~=0.0.1
Requires-Dist: ebooklib~=0.19
Requires-Dist: ftfy~=6.3.1
Description-Content-Type: text/markdown

# Scribble to EPUB

A command-line tool to convert ScribbleHub stories into EPUB format.

## Description

This tool scrapes books from [ScribbleHub](https://www.scribblehub.com/) and converts them into EPUB files for offline reading. It preserves chapter structure and includes author information and other metadata.

## Features

- Converts ScribbleHub stories to EPUB format
- Preserves chapter structure and titles
- Includes author information and notes (by default)
- Customizable output filename

## Installation

```bash
pip install scribblehub-to-epub
```

## Usage

```bash
scribble-to-epub [OPTIONS] URL
```

### Options

| Option | Description |
|--------|-------------|
| `--output OUTPUT` | Optional output file name for the EPUB |
| `--disable-author-quotes` | Disable author quotes in the EPUB (default: False) |

### Example

```bash
scribble-to-epub https://www.scribblehub.com/series/123456/story-title/
```

## Credits

This project uses significant code from [agmlego/py-scribblehub-to-epub](https://github.com/agmlego/py-scribblehub-to-epub). Many thanks to the original author for their work.

## License

This project is licensed under the **Opinionated Queer License v1.2**. So use is strictly prohibited for cops, military and everyone who doesn't like human rights.

## Notes

The default behavior includes author quotes in the EPUB to show appreciation for the author's work. While there's an option to disable this (`--disable-author-quotes`), it's recommended to keep them enabled to support the authors.

If you encounter any issues with the EPUB formatting of author notes, please consider reporting them as issues rather than immediately disabling the quotes.