{"id":37101475,"url":"https://github.com/alex7kom/node-steam-weblogon","last_synced_at":"2026-01-14T12:19:23.920Z","repository":{"id":47986125,"uuid":"39258069","full_name":"alex7kom/node-steam-weblogon","owner":"alex7kom","description":"WebLogOn implementation for node-steam 1.x **NO LONGER MAINTAINED**","archived":true,"fork":false,"pushed_at":"2020-01-28T17:29:29.000Z","size":7,"stargazers_count":28,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-09T16:48:39.834Z","etag":null,"topics":["javascript","nodejs","steam"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alex7kom.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}},"created_at":"2015-07-17T14:26:56.000Z","updated_at":"2024-11-25T18:14:03.000Z","dependencies_parsed_at":"2022-08-12T15:52:25.789Z","dependency_job_id":null,"html_url":"https://github.com/alex7kom/node-steam-weblogon","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/alex7kom/node-steam-weblogon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex7kom%2Fnode-steam-weblogon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex7kom%2Fnode-steam-weblogon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex7kom%2Fnode-steam-weblogon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex7kom%2Fnode-steam-weblogon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex7kom","download_url":"https://codeload.github.com/alex7kom/node-steam-weblogon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex7kom%2Fnode-steam-weblogon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","nodejs","steam"],"created_at":"2026-01-14T12:19:23.214Z","updated_at":"2026-01-14T12:19:23.900Z","avatar_url":"https://github.com/alex7kom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam WebLogOn\n\nWebLogOn implementation for [node-steam](https://github.com/seishun/node-steam) 1.x.\n\n# Installation\n\n```\nnpm install steam-weblogon\n```\n\n# Usage\n\nInstantiate a `SteamWebLogOn` object.\n\n```js\nvar SteamWebLogOn = require('steam-weblogon');\nvar steamWebLogOn = new SteamWebLogOn(steamClient, steamUser);\n```\n\nHere `steamClient` is a `SteamClient` instance and `steamUser` is a `SteamUser` instance.\n\nCall `webLogOn` after log in, for example in callback of `logOnResponse` event of `steamClient`:\n\n```js\nsteamClient.on('logOnResponse', function(logonResp) {\n  if (logonResp.eresult == Steam.EResult.OK) {\n    steamWebLogOn.webLogOn(function(webSessionID, cookies){\n      ...\n    });\n  }\n});\n```\n\n# API\n\n## Methods\n\n### webLogOn(callback)\n\nLogs into Steam Community. You only need this if you know you do. `callback` will be called with your new `webSessionID` and an array of your new cookies (as strings).\n\nFeel free to call this whenever you need to refresh your web session - for example, if you log into the same account from a browser on another computer.\n\n# License\n\nThe original implementation by __seishun__ is from [node-steam#182](https://github.com/seishun/node-steam/issues/182#issuecomment-122006314).\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex7kom%2Fnode-steam-weblogon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex7kom%2Fnode-steam-weblogon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex7kom%2Fnode-steam-weblogon/lists"}