4 releases
Uses new Rust 2024
new 0.2.1 | Apr 23, 2025 |
---|---|
0.2.0 | Apr 19, 2025 |
0.1.4 | Apr 4, 2025 |
0.1.3 | Mar 31, 2025 |
#940 in Command line utilities
427 downloads per month
20KB
387 lines
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)
-
First, install Rust by following the instructions at rust-lang.org
-
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 --url https://coomer.su/fansly/user/12345
Download content only single post.
cktool --url https://coomer.su/fansly/user/12345/post/6789
Specifying page download (50 posts)
cktool --url https://coomer.su/fansly/user/12345 -p 1
Specifying Output Directory
You can specify a custom output directory for the downloaded content:
cktool --url https://coomer.su/fansly/user/12345 --out /path/to/output/directory
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
Dependencies
~12–22MB
~304K SLoC