bunkr-uploader
A command-line tool for uploading files to Bunkr.cr.
Features
- Upload single files or directories
- Create and manage albums
- Batch uploading with configurable batch size
- Optional TUI for progress tracking
- Video preprocessing support
- Secure token storage
Installation
From Source
As a Library
Add to your Cargo.toml:
[]
= "0.1.0"
To use without CLI features:
[]
= { = "0.1.0", = false }
Usage
As a Library
use ;
async
First Time Setup (CLI)
Save your API token securely:
Upload Files
Upload files to an existing album by name or id:
Upload a directory:
Create Album
Configuration
View current config:
Set default batch size:
Options
--token: Provide API token (alternative to saving)--album-id: Upload to specific album ID--album-name: Upload to album by name--batch-size: Number of files to upload concurrently--help: Show help
License
See LICENSE file.