boardgamegeek
boardgamegeek copied to clipboard
A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data.
Hello, I think, there is a issue when searching a location in a played game session. The location information is empty when you get a bgg play session > >...
The current `name` property in `BoardGameVersion` class is what is actually called "nickname" in the web site. (For example, the main name for game 41052 is "Loco Motive", but the...
I'm having some issues getting data of out RPGGeek with this. I can't use game(), search(), or get_game_id() for RPGs. It looks like searching for boardgames is hardcoded in.
Thanks for your time on this library. It's very well written. I'm using it locally to format plays for blog posts that I write weekly Here: http://www.meeplemountain.com/articles/game-every-day-journal-june-16th-2016/ and here: http://www.meeplemountain.com/articles/2016/01/game-every-day/...
- Retrieve the other items (expansions, etc.) when listing plays, not only boardgames - Add support for getting the players of a play session
Some `boardgamegeek` functions don't expose all parameters that are supported by the XML2 API; add the missing ones.
Most functions raise exceptions related to various error conditions, but also can return `None` for others. Exceptions should be raised in all error cases.
Some objects don't have a `__repr__()` function, others should have more info.