goodreads-api-client-python icon indicating copy to clipboard operation
goodreads-api-client-python copied to clipboard

A lightweight Python wrapper around the Goodreads API

Results 14 goodreads-api-client-python issues
Sort by recently updated
recently updated
newest added

Python 3.10.4 (main, Mar 24 2022, 13:07:27) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import goodreads_api_client Traceback (most recent call last): File "",...

Using python 3.7.4: ``` ERROR: Could not find a version that satisfies the requirement xmltodict==0.11.0 (from goodreads_api_client) (from versions: 0.12.0) ERROR: No matching distribution found for xmltodict==0.11.0 (from goodreads_api_client) ```...

https://www.goodreads.com/api/index#reviews.list Similar to https://github.com/mdzhang/goodreads-api-client-python/issues/19 Not all optional parameters included but main ones.

Bumps [requests](https://github.com/requests/requests) from 2.18.3 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

A fix to issue #12 by updating default base_url to https

Implemented similar to other implementations (no checks there is any user authorized) I'm unsure how to test it

I get this error when I try to do `gr.Client(developer_key=config['key'], developer_secret=config['secret']).authorize()` ``` Traceback (most recent call last): File "/Users/pieter/.virtualenvs/data_gatherer/lib/python3.6/site-packages/rauth/service.py", line 21, in process_token_request return tuple(data[key] for key in args) File...

bug

- make targets for project cleanliness, release - fix a non-included package issue - update license

https://docs.travis-ci.com/user/deployment/pypi/

enhancement