📚 Reading Notes is a free and open source web application for maintaining your Kindle Highlights.
Features:
- Upload and search through your clippings
- Filter clippings by books
- E-Mail delivery of a random quote (daily, bi-weekly, weekly)
- Nerdy statistics about your clippings
- Page with a random quote (can be used as new-tab page or on wall-mounted screens).
Feel free to open issues or PRs! This is a pretty simple django application with a good'ol HTML frontend generated by django. It's hosted on Divio.
docker-compose up
- done! 🚀- manage.py commands can be executed as follows:
docker-compose run --rm web python manage.py migrate
- Optionally configure the
EMAIL_URL
environment variable when you want to send mails (cp .env-local.example .env-local
)
- Integrate with more services than just Kindle
- Restful API for retrieving ones notes
- Export in various formats
- Slack Bot