Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/McJones/SteamThing
A quick tool I made to see what games people have in common across their steam accounts
https://github.com/McJones/SteamThing
Last synced: 3 months ago
JSON representation
A quick tool I made to see what games people have in common across their steam accounts
- Host: GitHub
- URL: https://github.com/McJones/SteamThing
- Owner: McJones
- License: mit
- Created: 2017-06-26T06:27:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T06:44:54.000Z (over 7 years ago)
- Last Synced: 2024-04-20T17:01:14.345Z (7 months ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SteamThing
A tool I made to see what games people have in common across their steam accounts.
This came about because at LANs there is no easy way to know what games most people have until you get there, and I did this as something to do while home bored, so it might be a bit odd.## Using it
You will need a Steam API Key before you can use SteamThing, you can get one from [Valve](http://steamcommunity.com/dev).
Once you have that you can plug it into the code at `Sources/SteamHelper.swift` and then you can build SteamThing.SteamThing uses the Swift package manager so running `swift build` will handle everything.
Once it is built you can run it from the command line, by default the built SteamThing will be inside the `.build/debug` folder, so you can run this like:
```
.build/debug/SteamThing steamid1 steamid2 steamid3
```
This will spit out a list of games that the users with the steam ids steamid1, steamid2, steamid3 all own as well as games that the majority of players own.
To work out what your/others steam id are, the easiest way is to use the [Steam ID Finder](http://steamidfinder.com).