go-github-apps is a command-line tool to retrieve a Github Apps Installation Token. When you want to call Github APIs from machines, you would want an access token which independs of a real account.
It is very common, and perfectly reasonable, for a developer to want to track individual installations of their apps. It sounds plausible just to call TelephonyManager.getDeviceId() and use that value ...