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



How to install and use the application
- Download and install the application
- Copy
KoboReader.sqlitefile from your eReader’s drive: KOBOeReader > .kobo > KoboReader.sqlite to your computer - Open
electron-vue-kobo-eReader-exporterapplication - Upload
KoboReader.sqlitefile
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