Upload arcdps logs and send to Discord automatically.
Cargo makes everything simple.
cargo run --bin gw2-dps-report
Cargo would install dependencies, build debug executable, and the server is up.
Deploy service with Docker.
docker run -d \
-e UPLOAD_ACCESS_TOKEN=<YOUR_SECRET_TOKEN> \
docker.pkg.github.com/progamesigner/gw2-dps-report/gw2-dps-report:latest
Clean files generated 14 days ago.
docker exec gw2-dps-report gw2-dps-clean
This project is licensed under the MIT License - see the LICENSE file for details