cktool

Crates.iocktool
lib.rscktool
version1.1.0
created_at2025-03-31 16:18:18.083826+00
updated_at2025-07-09 07:02:58.678287+00
descriptioncoomer.su and kemono.su downloader tool
homepage
repositoryhttps://github.com/HermesMaker/cktool
max_upload_size
id1613595
size78,110
(HermesMaker)

documentation

README

Cktool Coomer Downloader

A Rust-based CLI tool for downloading content from coomer.su and kemono.su platforms.

Features

  • Simple and easy-to-use command-line interface
  • Download content from any profile using URL
  • Support for both coomer.su and kemono.su platforms
  • Custom output directory support
  • Fast and efficient downloads

Installation

Using Cargo (Recommended)

  1. First, install Rust by following the instructions at rust-lang.org

  2. Install cktool using cargo:

cargo install cktool

or install from github repo.

cargo install --git=https://github.com/HermesMaker/cktool

Binary Installation

Pre-compiled binaries are available in the releases section.

You can use cargo-binstall to install pre-compiled binaries with command below.

cargo binstall cktool

Usage

Basic Usage

Download content from a profile using its URL:

cktool https://coomer.su/fansly/user/12345

Download content only single post.

cktool https://coomer.su/fansly/user/12345/post/6789

Specifying page download (50 posts)

cktool https://coomer.su/fansly/user/12345 -p 1

Specifying Output Directory

You can specify a custom output directory for the downloaded content:

cktool https://coomer.su/fansly/user/12345 --out /path/to/output/directory

Advanced usage

-t or --task option

cktool <url> --task 50

With task option you can specify the maximum number of posts that can be downloaded at once. Increasing the number can reduce time, but increases the risk of too many requests errors.

-r or --retry option

cktool <url> --retry 20

With retry option you can specify the maximum number of re-downloads when found any error. To reduce the chances of failed downloads.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.

Support me

-bitcoin: 14wptNGSb4sVfNnMLnKrb3Vbntd1FYBxyn

Commit count: 54

cargo fmt