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
Release files for goodreads_quotes 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| goodreads_quotes-0.1.0.tar.gz | 2.3 kB | Details | |
| goodreads_quotes-0.1.0.linux-i686.tar.gz | 3.3 kB | Details |
Release files / goodreads_quotes-0.1.0.tar.gz
| Download URL | goodreads_quotes-0.1.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c405c3cb2071d85e763501ba653c306ad04be0d344e754f6ec538c82ef1ecefa
|
|
BLAKE2b-256 checksum How to use checksums |
b012bea7393c9ce300980db91a18a5e7a3616967473f94c9f8232eda7b3e876e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / goodreads_quotes-0.1.0.linux-i686.tar.gz
| Download URL | goodreads_quotes-0.1.0.linux-i686.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ade11bc6ae153fb350e0771192903e68db16a1900c2d5f72a9db1bba9e3a1b4f
|
|
BLAKE2b-256 checksum How to use checksums |
6abf4801db14743ae10e62d46f64d240ae4611fb21b50fa3678fd1f8ce568891
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |