Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayfoxrox/github-artifact-url
A small Python 3 HTTP server to return the latest GitHub Actions artifact URL
https://github.com/jayfoxrox/github-artifact-url
actions artifact download github http python python3 redirect server url workflows
Last synced: 10 days ago
JSON representation
A small Python 3 HTTP server to return the latest GitHub Actions artifact URL
- Host: GitHub
- URL: https://github.com/jayfoxrox/github-artifact-url
- Owner: JayFoxRox
- License: agpl-3.0
- Created: 2020-01-27T22:04:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T17:03:02.000Z (about 4 years ago)
- Last Synced: 2024-10-09T13:10:47.744Z (28 days ago)
- Topics: actions, artifact, download, github, http, python, python3, redirect, server, url, workflows
- Language: Python
- Size: 12.7 KB
- Stars: 25
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub-artifact-URL
A small Python 3 HTTP server to return the latest GitHub Actions artifact URL given the following conditions:
- Owner name
- Repository name
- Branch name
- Workflow name
- Workflow event
- Artifact name*(Only successful workflows will be considered!)*
## Donate
If you like my work, a donation would be nice:
* [Patreon](https://www.patreon.com/jayfoxrox)
* [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=x1f3o3x7x%40googlemail%2ecom&lc=GB&item_name=Jannik%20Vogel%20%28JayFoxRox%29&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)Even a small amount does help me and shows appreciation. Thank you!
## License
**(C) 2020 Jannik Vogel**
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License Version 3 as
published by the Free Software Foundation.See LICENSE.md for more information.