3

I am creating simple app for ebooks handling. Extracting info from epub files is piece of cake, there are plenty of packages for getting info about author of book, title, cover, description etc. But how to extract this informations from mobi files? Any suggestions?

Paweł Kosiński
  • 222
  • 6
  • 14
  • Take a look at [this repo](https://github.com/kroo/mobi-python). Although it's a `alpha quality software`, maybe it could be used. – vrs Feb 18 '16 at 16:17

1 Answers1

4

You have several options:

And while it's a but large task, I'm suggesting to check Calibre's repo and search for metadata reading.

Or if you don't mind installing and calling a binary package, Calibre has the ebook-meta command which allows reading and setting metadata.

Community
  • 1
  • 1
Zsolt Botykai
  • 50,406
  • 14
  • 85
  • 110