Skip to content

Interactive BGG XML API data reader thingamabob

Notifications You must be signed in to change notification settings

Cheffheid/bggdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Interactive BGG XML API data reader thingamabob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages