{"id":20269919,"url":"https://github.com/teliosdev/steam-mist","last_synced_at":"2025-10-29T20:09:03.428Z","repository":{"id":7366130,"uuid":"8691750","full_name":"teliosdev/steam-mist","owner":"teliosdev","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-20T19:51:28.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-10T23:38:51.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/teliosdev.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":"2013-03-10T21:18:29.000Z","updated_at":"2016-07-07T08:35:46.000Z","dependencies_parsed_at":"2022-08-26T23:00:31.184Z","dependency_job_id":null,"html_url":"https://github.com/teliosdev/steam-mist","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/teliosdev/steam-mist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fsteam-mist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fsteam-mist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fsteam-mist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fsteam-mist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teliosdev","download_url":"https://codeload.github.com/teliosdev/steam-mist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fsteam-mist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266094064,"owners_count":23875565,"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":[],"created_at":"2024-11-14T12:28:03.132Z","updated_at":"2025-10-29T20:08:58.388Z","avatar_url":"https://github.com/teliosdev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SteamMist [![Build Status](https://travis-ci.org/redjazz96/steam-mist.png?branch=master)](https://travis-ci.org/redjazz96/steam-mist) [![Code Climate](https://codeclimate.com/github/redjazz96/steam-mist.png)](https://codeclimate.com/github/redjazz96/steam-mist)\nSteam Mist (for the lack of a better name) is a library for interfacing with\nthe Steam Web API.  It handles the HTTP requests for you while providing a\nnice API for you to use.\n\nHave some code samples:\n\n```Ruby\nrequire 'steam_mist'\nsession = SteamMist::Session.new SteamMist::Connectors::LazyConnector\nsession.default_arguments.merge! :key =\u003e \"XXXXXXXXXXXXXXXXXXX\", :format =\u003e :json\nmethod = session.player_service.get_recently_played_games.with_version(1) \\\n\t.with_arguments(:steamid =\u003e \"76561198025418738\")\n\nmethod.request_uri # =\u003e \n\t# http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/\n\t# \t?key=XXXXXXXXXXXXXXXXX\u0026steamid=76561197960434622\u0026format=json\n# It's a URI object so #inspect doesn't include the quotes ;)\nmethod.get # =\u003e #\u003cSteamMist::Connectors::LazyConnector\u003e\nmethod.get.data # =\u003e our json data\n```\n\n```Ruby\nrcon = SteamMist::Rcon.new(\"localhost\")\nrcon.auth(\"password\") # =\u003e true\nrcon.send(:data =\u003e \"echo hello\") # =\u003e\n\t# [..., #\u003cSteamMist::Rcon::Packet @body=\"hello\\n\", @type=0\u003e, ...]\nrcon.close\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteliosdev%2Fsteam-mist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteliosdev%2Fsteam-mist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteliosdev%2Fsteam-mist/lists"}