The Reader API client requires four pieces of credential data. A consumer key and consumer secret can be obtained from your Readability account settings page. In addition to client credentials, a user's token key and token secret must also be used for authentication. For more information regarding auth, visit the Authentication section of the docs.
Your client key and secret can be passed to the constructor directly or set via environment variables:
Under the hood, the ReaderClient use the popular requests library. The objects returned by
the ReaderClient are instances of requests.Response.
.. autoclass:: readability.ReaderClient
:members: