Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lcosmin/boardgamegeek
- Owner: lcosmin
- License: bsd-3-clause
- Fork: true (philsstein/libBGG)
- Created: 2014-08-07T07:57:57.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-16T14:48:23.000Z (10 months ago)
- Last Synced: 2024-10-29T03:07:29.678Z (11 days ago)
- Topics: boardgamegeek, boardgames
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 118
- Watchers: 18
- Forks: 72
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - lcosmin/boardgamegeek - A Python interface to boardgamegeek.com. Pulls information from BGG and creates Python objects for the data. (Python)
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