{"id":15366938,"url":"https://github.com/fortis/go-steam-totp","last_synced_at":"2025-04-15T12:33:35.780Z","repository":{"id":94305645,"uuid":"94580367","full_name":"fortis/go-steam-totp","owner":"fortis","description":"Go package to generate Steam-style TOTP auth codes","archived":false,"fork":false,"pushed_at":"2017-11-14T20:27:49.000Z","size":9,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T20:12:14.719Z","etag":null,"topics":["2fa","steam","steam-trade-offers","steam-trading","totp","two-factor"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fortis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-16T20:52:35.000Z","updated_at":"2024-08-11T13:40:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"62748a0d-76ac-483a-b66e-2c20191d0f40","html_url":"https://github.com/fortis/go-steam-totp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortis%2Fgo-steam-totp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortis%2Fgo-steam-totp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortis%2Fgo-steam-totp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortis%2Fgo-steam-totp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortis","download_url":"https://codeload.github.com/fortis/go-steam-totp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072390,"owners_count":21208179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2fa","steam","steam-trade-offers","steam-trading","totp","two-factor"],"created_at":"2024-10-01T13:20:28.113Z","updated_at":"2025-04-15T12:33:35.742Z","avatar_url":"https://github.com/fortis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Steam TOTP\n[![Build Status](https://travis-ci.org/fortis/go-steam-totp.svg?branch=master)](https://travis-ci.org/fortis/go-steam-totp)\n[![Coverage Status](https://coveralls.io/repos/github/fortis/go-steam-totp/badge.svg?branch=master)](https://coveralls.io/github/fortis/go-steam-totp?branch=master)\n[![license](https://img.shields.io/npm/l/steam-totp.svg)](https://github.com/fortis/go-steam-totp/blob/master/LICENSE)\n\nThis package generates Steam-style 5-digit alphanumeric two-factor authentication codes given a shared secret.\n\n## Installation\n\n    $ go get github.com/fortis/go-steam-totp\n\n## Usage\nGenerate 5-digit code to Log on Steam\n\n```go\npackage main\n\nimport (\n        \"log\"\n        \"github.com/fortis/go-steam-totp\"\n)\n\nfunc main() {\n    var sharedsecret = \"cnOgv/KdpLoP6Nbh0GMkXkPXALQ=\"\n    code, _ := steam_totp.GenerateAuthCode(sharedsecret, time.Now())\n    log.Println(code)\n}\n```\n\n## Documentation\n\n[Documentation](http://godoc.org/github.com/fortis/go-steam-totp) is hosted at GoDoc project.\n\n## Acknowledgments\n- To [DoctorMcKay](https://github.com/DoctorMcKay) for the great nodejs module [node-steam-totp](https://github.com/DoctorMcKay/node-steam-totp)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortis%2Fgo-steam-totp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffortis%2Fgo-steam-totp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortis%2Fgo-steam-totp/lists"}