Python client for the Readability Reader and Parser APIs.
Project description
readability-api
readability-api is the official python client for Readability. It provides access to both the Parser API and the Reader API.
The latest version can be installed via pip:
pip install readability-api
Please refer to the official docs for more information and examples.
Tests
Valid Parser, Reader, username, and password must be set as environment variables before running the tests. This test suit runs agains the live Readability API and also serves as integration tests. We recommend creating a seperate testing user account on Readability to avoid disturbing your reading list. Note: These tests do reset the bookmarks library of the provided user when complete. They should not be run on your primary user account!
# If you don't have it
pip install tox
export READABILITY_CONSUMER_KEY='...'
export READABILITY_CONSUMER_SECRET='...'
export READABILITY_PARSER_TOKEN='...'
export READABILITY_USERNAME='...'
export READABILITY_PASSWORD='...'
tox
API Keys and Access
Don’t have Readability API keys? You can find them on your Readability account settings page.
Licensing
The code for readability-api is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file readability-api-1.0.0.tar.gz
.
File metadata
- Download URL: readability-api-1.0.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b96167c445a6320ab930012604969b0ed6ea01436a13887fd178d4937e8531d5 |
|
MD5 | 35541e9404170662c937f8ccee870350 |
|
BLAKE2b-256 | 9ca3fde5ba906c535cebc666d6fa56e843f6ac7cedbb95ba8180066ec9916a62 |