chuncord/README.md

823 B

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.