-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/Add data update automation #44
Comments
Example workflow for CS: https://github.com/ckreisl/cs-updates-as-json/blob/main/.github/workflows/poll-cs-updates.yml |
Also if its possible, a way to automate uploading to s3. Right now its just me remembering each patch, but that doesn't consider:
I have no idea how to do this, I know you can use steamdb to download older versions of a game, so maybe some routine that lets us download nad upload the last X patches that are missing |
Oo I like! We should consider alternate routes for the data upload. I hate the massive diffs that we need to deal with. What are your thoughts on a separate repo to house the output data? |
Yeah, a separate repo might be the way to go. then it might be easier to give each version it's own folder. I'm not sure how 2-factor auth will behave, unless there's some sort of steam-api key that can be generated/used instead of username+password+2fa |
Created a specific ticket for release tagging in #61 . feel free to flesh it out |
Similarly with #64 |
Added a workflow to the |
Example run: deadlock-wiki/deadlock-data@f657dee |
@B13rg is this issue still relevant? As there is crossover with other issues |
This is an issue to capture the work to:
workflow_dispatch
The text was updated successfully, but these errors were encountered: