forked from lemon/chuncord
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.
|
2 months ago | |
---|---|---|
src | 2 months ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months 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.
Getting started
Note: You need to have Git and the Rust toolchain installed.
-
Clone and compile
chuncord
:git clone https://git.lemonsh.moe/lemon/chuncord --depth 1 --branch 0.1 # latest release cd chuncord cargo build --release
chuncord
will be intarget/release/chuncord
. -
Add a Discord webhook
cd target/release ./chuncord webhook add mywebhook <webhook URL>
-
Upload something
./chuncord upload ~/Downloads/frog.tar
-
For more help, see
./chuncord --help