Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcosmin/boardgamegeek

A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data.
https://github.com/lcosmin/boardgamegeek

boardgamegeek boardgames

Last synced: 2 days ago
JSON representation

A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data.

Awesome Lists containing this project

README

        

==================================================
boardgamegeek - A Python API for boardgamegeek.com
==================================================

+------------------+-----------------------------------------------------+
| Boardgamegeek v2 | |travis-boardgamegeek2| |coveralls-boardgamegeek2| |
+------------------+-----------------------------------------------------+

Development status: **unmaintained**

To everybody sending PRs and issues: thank you for the interest in the project! Unfortunately, as it can be seen from my lack of interaction with you, I don't have the time or energy to work on it anymore. I don't exclude coming back at some point but as of now it's pretty unlikely. Sorry. If anyone of you would like to continue,
feel free to fork.

``boardgamegeek`` is a Python library which makes it easy to access data from BoardGameGeek_ using their official XML
API.

It's an almost completely rewritten fork of libBGG_.

Documentation
=============

Documentation is available at http://lcosmin.github.io/boardgamegeek

.. _BoardGameGeek: http://www.boardgamegeek.com
.. _libBGG: https://github.com/philsstein/libBGG

.. |travis-boardgamegeek2| image:: https://travis-ci.org/lcosmin/boardgamegeek.svg?branch=develop
:target: https://travis-ci.org/lcosmin/boardgamegeek

.. |coveralls-boardgamegeek2| image:: https://coveralls.io/repos/lcosmin/boardgamegeek/badge.png?branch=develop
:target: https://coveralls.io/r/lcosmin/boardgamegeek?branch=develop