As simple as it could be, a HTTP-API parser for the Amazon Kindle's "My Clippings.txt" file.
253
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
}
]
Content type
Image
Digest
Size
100.5 MB
Last updated
over 6 years ago
docker pull fboucher/myclippings-parser:v1