Add support for displaying author information from Goodreads
Requires the "goodread" module (added to optional-requirements.txt) and an API key Retrieves Goodreads author information and displays their photo and "about" text
Showing
cps/static/img/goodreads.svg
0 → 100644
cps/templates/author.html
0 → 100644
... | ... | @@ -11,3 +11,4 @@ PyYAML==3.12 |
rsa==3.4.2 | ||
six==1.10.0 | ||
uritemplate==3.0.0 | ||
goodreads==0.3.2 | ||
\ No newline at end of file |
Please
register
or
sign in
to comment