deadlock-wiki / deadbot

Repository to handle any scripting and automation for the Deadlock Wiki
MIT License
7 stars 2 forks source link

Feature/Add data update automation #44

Open B13rg opened 2 days ago

B13rg commented 2 days ago

This is an issue to capture the work to:

B13rg commented 1 day ago

Example workflow for CS: https://github.com/ckreisl/cs-updates-as-json/blob/main/.github/workflows/poll-cs-updates.yml

hassayag commented 5 hours ago

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

hassayag commented 5 hours ago

create github action that checks for, generates the data, and creates a PR for the latest released version

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?