Skip to content

Instantly share code, notes, and snippets.

@jeinstei
jeinstei / bgg_games.py
Created January 11, 2018 17:29 — forked from commadelimited/bgg_games.py
Show the owned games overlap of two BGG users
########################################
# DO NOT CHANGE ANYTHING BELOW THIS LINE
########################################
import sys
from boardgamegeek.api import BoardGameGeek
bgg = BoardGameGeek()