Skip to content

A utility that allows you to extract your Kindle Highlights, Notes, Books, and Authors.

License

Notifications You must be signed in to change notification settings

device-independent/kindle-annotator

Repository files navigation

Kindle Annotator

Build Status

A utility script that allows you to scrape your Kindle Highlights, Notes, Books, and Authors from your Amazon Kindle Profile Page.

Installation

Add this line to your application's Gemfile:

gem 'kindle-annotator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kindle-annotator

Usage

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'

Contributing

  1. Fork it ( https://github.com/nateklaiber/kindle-annotator/fork )
  2. Create your feature branch (git checkout -b my-new-featureUSERNAME='[email protected]' PASSWORD='password')
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A utility that allows you to extract your Kindle Highlights, Notes, Books, and Authors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages