Skip to content
forked from waz4bb/pygflib

A python library for accessing the public gutefrage.net api

License

Notifications You must be signed in to change notification settings

spicyyboi/pygflib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGFlib

A python library for accessing the public gutefrage.net api

Features

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.

Dependencies

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

Installation

Install it from pypi using

pip install pygflib

or manually by running

python setup.py install

Road to 1.0

  • Core api call system
  • Model system for all api classes
  • Full documentation
  • Functions for storing and organizing fetched data

About

A python library for accessing the public gutefrage.net api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%