Metadata-Version: 2.4
Name: tokysnatcher
Version: 0.3.2
Summary: A simple audiobook downloader for tokybook.com
Project-URL: Homepage, https://github.com/rahaaatul/TokySnatcher
Project-URL: Bug Tracker, https://github.com/rahaaatul/TokySnatcher/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <=3.13.3,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gazpacho==1.1
Requires-Dist: halo==0.0.31
Requires-Dist: json5==0.12.0
Requires-Dist: pick==2.4.0
Requires-Dist: questionary==2.1.0
Requires-Dist: requests==2.32.3
Requires-Dist: tqdm==4.67.1
Requires-Dist: urllib3==2.4.0
Dynamic: license-file

# TokySnatcher 🤫

> Snatch audiobooks from Tokybook 😈

## Installation

1. Open terminal, then run:

    ```shell
    pip install tokysnatcher
    ```

    or

    ```shell
    pip install git+https://github.com/rahaaatul/TokySnatcher.git
    ```

2. Run TokySnatcher

    ```sh
    tokysnatcher
    ```

## Usage

- In command line invoke `-h` for help:

    ```shell
    tokysnatcher -h
    ```

- Invoke `-d` or `--directory` to add a custom directory

    ```shell
    tokysnatcher -d "C:\Users\User\Music"
    ```

> [!NOTE]
>
> - If `-d` or `--directory` is not invoked, TokySnatcher will download the books in current directory.
>
