Ruby Recipe book: Import Kindle clippings to MongoDB
Update: Gist here
Update: Code updated to mitigate duplication (a hopefully sufficient) checksum
Simple, quick and dirty way to get your kindle clippings (that My Clippings.txt file that sits on your kindle with notes and quotes) into a database, in this case MongoDB (so it can be even quicker and dirtier )
- Get your kindle file
- Get the kindleclippings gem and/or code https://github.com/georgboe/kindleclippings
- Get mongo and the ruby driver http://www.mongodb.org/
- A dirty script
- Get off my lawn :)