6 releases (1 stable)
Uses new Rust 2024
1.0.0 | Apr 29, 2025 |
---|---|
0.2.2 | Apr 26, 2025 |
0.1.4 | Apr 4, 2025 |
0.1.3 | Mar 31, 2025 |
#2538 in Command line utilities
594 downloads per month
22KB
421 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 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
Dependencies
~11–22MB
~296K SLoC