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.
|
7 days ago | |
---|---|---|
src | 7 days ago | |
.gitignore | 2 years ago | |
Cargo.lock | 7 days ago | |
Cargo.toml | 7 days ago | |
LICENSE | 2 months ago | |
README.md | 7 days ago | |
TODO.md | 2 months ago | |
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.