PyGoodreads

A wrapper of the GoodReads API


Keywords
goodreads, API
License
MIT
Install
pip install PyGoodreads

Documentation

PyGoodReads

A wrapper of the GoodReads API in Python.

Installation

python setup.py install

Set environment variables

export GOODREADS_KEY=[GOODREADS-KEY]
export GOODREADS_SECRET=[GOODREADS-SECRET]

Test

nosetests