A GUI application that makes you export data from the Kobo eReader database., built on Electron and Vue.js.


downloads latest version platform platform


image

image

image


How to install and use the application

  1. Download and install the application
  2. Copy KoboReader.sqlite file from your eReader’s drive: KOBOeReader > .kobo > KoboReader.sqlite to your computer
  3. Open electron-vue-kobo-eReader-exporter application
  4. Upload KoboReader.sqlite file

Note: Where do I find the KoboReader.sqlite file?

KoboReader.sqlite is located on your Kobo device. Connect your eReader to the computer, and open the folder “.kobo”. There you should find your “KoboReader.sqlite” or “KoboReader” file (you will only see the extension .sqlite if you have that option enabled on your PC). If you can’t find your .kobo folder, that’s because it is hidden on your computer. Don’t worry! The following links will explain what you need to do to see the hidden folders and files:

How to build

Required

Build steps

  • Clone the project via this Terminal command:
git clone https://github.com/benxuhuang/electron-vue-kobo-eReader-exporter
  • Build
npm install

npm run dev

npm run build