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.
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.