Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.06 KB

File metadata and controls

35 lines (21 loc) · 1.06 KB

BoardGameGeek Data Thing

Just for funsies.

Uses InquirerPy to create a very basic interactive BGG data reader/finder with their XML API.

I'm sure there are more efficient ways to do some of the things I'm doing in here. And that's okay. I'll chip away at improvements and updates over time. :)

Requirements

You can use pip to install the requirements in the requirements.txt file:

pip install -r requirements.txt

If you don't have pip, you might need to manually install both of these packages:

  • InquirerPy
  • Requests

At the time of writing, I have the following versions installed:

  • InquirerPy 0.3.4
  • Requests 2.27.1

Fun GIFs

Get collection data by username

bggstuff-collection

Get a game with its BGG ID

bggstuff-byid

Search for a game by name/query

bggstuff-search