import_goodreads
Import Goodreads read books from Goodreads RSS to an existing site
To install, run nikola plugin -i import_goodreads
This plugin import Goodreads read books from Goodreads RSS to an existing site.
It:
- uses the date the user ends to read the book as post date
- includes user review
- includes user rating
- includes a link to the original review
- uses author name, book title and "Goodreads review" as tags
- writes output by default in posts/
To Do:
- include book cover (dowloading the image)
- add parameters to customize tags and content generated
Requirements:
- feedparser (Python package)
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.