Update Github user status with the game currently being played on Steam
10K+
This script will attempt to update your Github user profile status with the game currently being played on Steam.

To use this script, you'll first need to generate a Github Access Token with the user scope.
You'll also need to know your Steam ID — not the username, but the SteamID64 value.
To run it in a Docker container:
docker run --rm -e GITHUB_ACCESS_TOKEN=xxxxxxxxxxxxxxxxx -e STEAM_USER_ID=76561197984170060 mendhak/steam-github-profile-status:latest
You can choose whether you are shown as busy or not by passing a GITHUB_STATUS_SHOW_BUSY=True environment variable.
You can set the status expiry time in hours by passing a GITHUB_STATUS_EXPIRES_AFTER=3 environment variable.
Content type
Image
Digest
sha256:edc04bdc1…
Size
44.2 MB
Last updated
over 3 years ago
docker pull mendhak/steam-github-user-status