A python library for accessing the public gutefrage.net api
This packages goal is to provide intuitive access to as much of the public gutefrage.net api as possible as well as offering complete and concise documentation.
PyGFapi requires requests
the request module
To install it manually use:
pip install requests
Optionally, for automatic apikey gathering lxml
is required:
pip install lxml
Install it from pypi using
pip install pygflib
or manually by running
python setup.py install
- Core api call system
- Model system for all api classes
- Full documentation
- Functions for storing and organizing fetched data