Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 316 Bytes

steam-match

Check steam profiles and return the matching games

Usage

import steammatch
steamids = [76561198034314260, 76561198071099951, 76561198071012695]
print(steammatch.compare(steamids))

Details

compare(steamids) returns a set containing all the matching games between the steamids.