kindle-highlights
kindle-highlights copied to clipboard
Get your Kindle highlights.
I get an empty results from `kindle.books` and received a text asking me to verify the authenticity of the login attempt. Any ideas on how to work around this? I...
Hi, This gem looks great. I was trying to use tobi's highlights gem, which leverages this, but I think amazon moved the url you use as a constant "http://kindle.amazon.com/login" to...
First and foremost, many thanks for this library! 🙇 👍 FYI and in case something can be done about it, I got an error related to `ntlm`'s documentation during installation:...
`2.0.1`, currently the latest available version, doesn't support `root_url`. While one can clone and work with latest `master` locally, it would be a lot more convenient to be able to...
I'm using` v1.0.2` of this gem on `macOS 10.12.3`. My ruby version is: `ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]`. My test code: ```ruby require 'kindle_highlights' kindle = KindleHighlights::Client.new(email_address: "[email protected]", password:...
## Description Captcha error not printed when mechanize encounters one. ## Expected Behaviour When captcha is shown on login, application should print: ``` KindleHighlights::Client::CaptchaError: Received a CAPTCHA while attempting to...
In this case, a page with a button to send a confirmation e-mail with a code pops up. We instruct the user to go to the Amazon webpage and perform...
Hello, I'm modifying [this script](https://github.com/tobi/highlights) to work with v2.0.1 of `kindle-highlights`, but nothing happens. I've got a small test script, and it returns a book count of 0: ```ruby require...
I've added an example script which uses the framework to create a separate .txt file for each book in markdown format which includes all quotes, page numbers, notes and generates...
Extract the page number (where available) and the contents of any notes recorded with that highlight. highlight.page will return "Page: 7" or "Location: 123" depending on whether the page number...