This tool can be used to update the Home Assistant's Credits page.
$ cd credits_generator
$ npm installSet your personal GitHub access token as environmental variable.
$ export GITHUB_TOKEN=<Your GitHub access token>Run the script.
$ cd credits_generator
$ node update_credits.jsCommit the changes (depending on our setup).
$ git commit ../source/developers/credits.markdown
$ git push upstream