Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Kindle Highlights (API?) [closed]

I want to make a site that lets you follow other people Kindle Highlights. Is this possible Is there some sort of Kindle Highlights API?

Thanks.

like image 905
Johnny Appal Avatar asked Mar 21 '11 05:03

Johnny Appal


2 Answers

THis would be an amazing web service. Amazon does not offer an api for this. You can read public highlights online at kindle.amazon.com, however, you cannot integrate any public highlights into your apps via an API yet. It seems that the new Kindle Developers Kit is purely for creating apps on the kindle and there is not even an api method for accessing public highlights in this kdk.

like image 181
Jeff Avatar answered Sep 19 '22 07:09

Jeff


Shameless plug alert..

I've written a small PHP class that can help with this: Kindle_Highlights

You can get it on github.

Comments/suggestions welcome on improving it.

I will be improving/expanding this over the next few weeks, but as is you should be able to get at your kindle highlights.

like image 24
John Paul Hayes Avatar answered Sep 18 '22 07:09

John Paul Hayes