ryanleland / bgg.py

Simple boargamegeek API client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGG.py

Simple boardgamegeek client. Please respect API terms of use.

Example

from bgg import BGGClient

client = BGGClient()
client.search("carca")

About

Simple boargamegeek API client

License:MIT License


Languages

Language:Python 100.0%