How to Download the Latest Release Assets from GitHub with Python
I recently needed to figure out how to write an updater script for a project I was working on. The application is released on an internal GitHub page with compressed files and an executable. I needed a way to check the latest release artifacts in GitHub and download them.
Let’s find out how all this works!
Getting Set Up
You will need to download and insta…


