Tool that allows for uploading large files to Discord in parts using webhooks.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemonsh 1026fd1a5d bump version 7 days ago
src document the -o flag 7 days ago
.gitignore Initial commit 2 years ago
Cargo.lock bump version 7 days ago
Cargo.toml bump version 7 days ago
LICENSE add license 2 months ago
README.md bump version 7 days ago
TODO.md add todo 2 months ago
rustfmt.toml Add rustfmt.toml 2 months ago

README.md

chuncord

Tool that allows for uploading large files to Discord in parts using webhooks.

AUR package

If you're using Arch Linux, there's an AUR package available.

Getting started

Note: You need to have the Rust toolchain installed.

  • Install Chuncord:

    cargo install --git https://git.lemonsh.moe/lemon/chuncord --tag 0.2
    
  • Add a Discord webhook

    chuncord webhook add mywebhook <webhook URL>
    
  • Upload something

    chuncord upload ~/Downloads/frog.tar
    
  • Download it

    chuncord download <index URL from the upload step>
    
  • Delete it

    chuncord delete <MID from the upload step>
    
  • For more help, see ./chuncord --help and the ArchWiki article.