Application for tailing Tiltify donations into a log
A config file must be placed in the directory where the exe is located with the name tiltify-donation-tailer.json
.
{
"access_token": "your-access-token-from-tiltify",
"campaign_id": "12345"
}
$env:RUSTFLAGS="-C link-arg=-s"; cargo build --release