Metadata-Version: 2.1
Name: fichub-cli
Version: 0.2.1
Summary: A CLI tool for the fichub.net API
Home-page: https://github.com/FicHub/fichub_cli
Author: arzkar
Author-email: roguedevone@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: loguru

<h1 align="center">fichub-cli</h1>

A CLI for the fichub.net API<br>

# Installation

Install the package using pip

```
pip install -U fichub_cli
```

# Usage

```
> fichub_cli
Usage: fichub_cli [OPTIONS]

Options:
  -i, --infile TEXT      Give a filename to read URLs from
  -o, --out_dir TEXT     Output directory for files
  -f, --format TEXT      Download Format: epub(default), mobi, pdf or html
  -l, --list_url TEXT    Enter a comma separated list of urls to download, enclosed in quotes
  -u, --url TEXT         The url of the fanfiction
  -s, --supported_sites  List of supported sites
  -d, --debug            Debug mode
  -v, --version          Display version & quit.
  --help                 Show this message and exit.
```


