Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

cool-koreader-plugin

a koreader plugin to send metadata about my library to my personal site

development

in your terminal, export the following variables:

export BOOKGETTR_SERVER_URL=""
export BOOKGETTR_API_KEY=""

then run koreader using

./kodev run

the api key will have to be configured on your server. it is what's used for authentication requests between bookgettr. if you're a crazy person that doesn't have auth, then this is unnecessary. we assume that the token you give us is a bearer token, and we will be sending it as a header

prod

this has only been tested with a kindle, so your mileage may vary on other ereaders. HOWEVER, to get this installed on your kindle:

  1. plug in your kindle to your pc

  2. find your kindle's storage using lsblk

  3. mount your kindle onto your machine:

mkdir /mnt/kindle
sudo mount /dev/sda1 <-- (example only) /mnt/kindle
  1. cp -r ~/koreader/plugins/bookgettr.koplugin /mnt/kindle to copy over the contents of this plugin

  2. modify your platform/kindle/koreader.sh, at the very top of the file, add the following lines

export BOOKGETTR_SERVER_URL="your_servers_url"
export BOOKGETTR_API_KEY="that_api_key_we_talked_about"

About

a koreader plugin to metadata about my library to my personal site

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages