Fetches popular quotes and quote of the day from goodreads.com website
Project description
A Python module to fetch popular quotes and quote of the day from Goodreads page.
Dependencies
This package depends on the following packages:
requests
lxml
u
They can be installed using pip.
sudo pip install -r requirements.txt
Installation
You will need [Python 3](https://www.python.org/download/).
[pip](http://pip.readthedocs.org/en/latest/installing.html) is recommended for installing dependencies.
sudo pip install goodreads_quotes
Getting Started
from goodreads_quotes import Goodreads
print(Goodreads.get_popular_quotes())
print(Goodreads.get_popular_quotes_as_json())
print(Goodreads.get_daily_quote())
print(Goodreads.get_daily_quote_json())
Features
Popular quotes
Daily quote
Contribution
Feel free to create a Github issue. Also, you are more than welcome to submit a pull request for a bug fix or additional feature.
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 Distributions
File details
Details for the file goodreads_quotes-0.1.0.tar.gz
.
File metadata
- Download URL: goodreads_quotes-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c405c3cb2071d85e763501ba653c306ad04be0d344e754f6ec538c82ef1ecefa |
|
MD5 | 3debefed4bc78a7d9f5b5aba389a320c |
|
BLAKE2b-256 | b012bea7393c9ce300980db91a18a5e7a3616967473f94c9f8232eda7b3e876e |
File details
Details for the file goodreads_quotes-0.1.0.linux-i686.tar.gz
.
File metadata
- Download URL: goodreads_quotes-0.1.0.linux-i686.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ade11bc6ae153fb350e0771192903e68db16a1900c2d5f72a9db1bba9e3a1b4f |
|
MD5 | a42d07e86cd5565d597045ec1677eac5 |
|
BLAKE2b-256 | 6abf4801db14743ae10e62d46f64d240ae4611fb21b50fa3678fd1f8ce568891 |