Downloads all assets for all releases and tags, including source archives
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-27 15:45:17 +02:00
.github Sponsors button 2025-07-27 15:04:17 +02:00
.idea Allow GH token usage. Add Logging. Change Download to downloads/<user>/<repo>/<tag> 2024-08-13 22:12:48 +02:00
gradle/wrapper Create Downloader 2024-08-12 22:02:19 +02:00
src/main Allow GH token usage. Add Logging. Change Download to downloads/<user>/<repo>/<tag> 2024-08-13 22:12:48 +02:00
.gitignore Allow GH token usage. Add Logging. Change Download to downloads/<user>/<repo>/<tag> 2024-08-13 22:12:48 +02:00
build.gradle.kts Allow GH token usage. Add Logging. Change Download to downloads/<user>/<repo>/<tag> 2024-08-13 22:12:48 +02:00
gradle.properties Create Downloader 2024-08-12 22:02:19 +02:00
gradlew Create Downloader 2024-08-12 22:02:19 +02:00
gradlew.bat Create Downloader 2024-08-12 22:02:19 +02:00
LICENSE Add license 2025-07-27 15:45:17 +02:00
README.md Allow GH token usage. Add Logging. Change Download to downloads/<user>/<repo>/<tag> 2024-08-13 22:12:48 +02:00
settings.gradle.kts Create Downloader 2024-08-12 22:02:19 +02:00

GitHub Release and Tag asset downloader

Downloads all assets for all releases and tags, including source archives.

Run like this:

java -jar .\github-release-asset-downloader-1.0-SNAPSHOT-all.jar <USER> <REPO>

of with a GitHub Access Token to reduce rate limiting:

java -jar .\github-release-asset-downloader-1.0-SNAPSHOT-all.jar <USER> <REPO> <GITHUB_TOKEN>