lcosmin / boardgamegeek

A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data.
BSD 3-Clause "New" or "Revised" License
116 stars 70 forks source link
boardgamegeek boardgames

================================================== 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