Tool that allows for uploading large files to Discord in parts using webhooks.
Go to file
lemonsh ab5b71b464 clippy fixes & bump version 2023-06-07 19:08:17 +02:00
src clippy fixes & bump version 2023-06-07 19:08:17 +02:00
.gitignore Initial commit 2021-06-13 20:08:47 +02:00
Cargo.lock clippy fixes & bump version 2023-06-07 19:08:17 +02:00
Cargo.toml clippy fixes & bump version 2023-06-07 19:08:17 +02:00
LICENSE add license 2023-04-03 20:43:33 +02:00
README.md clippy fixes & bump version 2023-06-07 19:08:17 +02:00
TODO.md add todo 2023-04-03 18:15:35 +02:00
rustfmt.toml Add rustfmt.toml 2023-03-23 22:39:01 +01:00

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.1
    
  • 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.