OpenRA / OpenRA-Resources

The OpenRA Resource Center helps the community sharing their custom maps.
http://resource.openra.net
Other
21 stars 18 forks source link

Added initial GitHub service for locating official AppImages #387

Closed dsimmons87 closed 1 year ago

dsimmons87 commented 1 year ago

Adds a basic service to connect to github and get a list of releases, and then to get a list of assets for a release.

It uses a python module that it a bit API-request heavy so if that ends up being a problem, it might be worth switching to something else. As this will likely only be needed infrequently though, it shouldn't be a problem.

I think it might be better to filter the assets and pull the app image files themselves outside of this module as that sounds like code that could get reused in a different way later.