Skip to content

An extension that enables Discord rich presence for Amazon Kindle Cloud Reader

Notifications You must be signed in to change notification settings

lazykern/kindle-cloud-reader-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindle Cloud Reader Discord Rich Presence

A chrome extension that enables rich presence for Kindle Cloud Reader

Features

  • Show your activity when you're reading, browsing library, and viewing notebooks

RPC Demo

  • Dark theme and light theme

Icon Demo

Installation

  1. Download the chrome extension from here
  2. Extract the zip file
  3. Go to chrome://extensions/
  4. Turn on Developer mode
  5. Click Load unpacked and select the extracted folder (the folder that contains manifest.json)
  6. Download the rich presence client in releases page
  • For Windows, download kindle-rpc.exe or kindle-rpc-console.exe if you want it to show the console
  • For Linux, download kindle-rpc-linux and run it with ./kindle-rpc-linux
  1. Run the rich presence client
  2. Go to Kindle Cloud Reader and enjoy!
  • Make sure that discord is running
  • If the rich presence doesn't show up, try refreshing the page

Dependencies

  • Extension

    • plasmo (Framework)
    • node.js
    • pnpm or npm
  • Client

    • Python 3.8+
    • pypresence

Development

  • Clone this repository

    git clone https://github.com/lazykern/kindle-cloud-reader-rpc.git
    cd kindle-cloud-reader-rpc
  • Install dependencies for extension

    • using pnpm

      pnpm install
    • using npm

      npm install
  • Build extension

    • Development

      pnpm dev

      or npm run dev

  • Load the built extension inside build/ into the browser

  • Install dependencies for client

    python -m pip install pypresence
  • Run client

    python client.py