A utility script that allows you to scrape your Kindle Highlights, Notes, Books, and Authors from your Amazon Kindle Profile Page.
Add this line to your application's Gemfile:
gem 'kindle-annotator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kindle-annotator
Amazon does not require a simple programatic way to retrieve any of this
information. In order to use this utility you will want to add your
Amazon username and password to the .env
file.
This information is only used by you and never stored, shared, or exposed.
USERNAME='[email protected]'
PASSWORD='password'
- Fork it ( https://github.com/nateklaiber/kindle-annotator/fork )
- Create your feature branch (
git checkout -b my-new-feature
USERNAME='[email protected]' PASSWORD='password') - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request