Sign inSign up

fboucher/myclippings-parser

By fboucher

Updated over 6 years ago

As simple as it could be, a HTTP-API parser for the Amazon Kindle's "My Clippings.txt" file.

Image
0

253

fboucher/myclippings-parser repository overview

As simple as it could be, a .Net Core parser for the Amazon Kindle's "My Clippings.txt" file. The current version supports the "Kindle Paperwhite".

Transforming the flat file into an Array of JSON Objects.

Do an HTTP POST call to the method MyClippings and pass the flat file into the body.

The result will be a JSON array:

[
    {
        "bookName": "Announcing WSL 2 | Windows Command Line Tools For Developers",
        "author": "null",
        "clippingType": 1,
        "page": null,
        "location": "68",
        "dateAdded": "2019-05-09T17:36:43",
        "text": "Awesome news, and not only for  the docker part :).[dev.wdl2.wsl.linux.windows]",
        "beginningPage": null,
        "beginningLocation": 68
    },
    {
        "bookName": "\ufeffAnnouncing WSL 2 | Windows Command Line Tools For Developers",
        "author": "null",
        "clippingType": 0,
        "page": null,
        "location": "68-68",
        "dateAdded": "2019-05-09T17:36:43",
        "text": "valued",
        "beginningPage": null,
        "beginningLocation": 68
    }
]

Learn more about MyClippings-Parser

Tag summary

Content type

Image

Digest

Size

100.5 MB

Last updated

over 6 years ago

docker pull fboucher/myclippings-parser:v1