ttu-rich-presence is a chrome extension and accompanying server that adds Discord rich presence support for ッツ Ebook Reader.
The extension displays the book you're reading in your Discord status, along with how long you've been reading that book.
I am not a javascript programmer but I made this extension to fill a gap of missing functionality, feel free to dis my code. And, to the devs of ッツ Ebook Reader, feel free to natively add support for this!
🗒 Make sure the rich presence server is running, otherwise the extension won't work! 🗒
To use this extension and server, follow the steps below:
- Clone the Repository
[Git method] Download the extension and rich presence server with the following commands:
git clone https://github.com/hopto-dot/ttu-rich-presence.git
[Non-git method] Download the source code for the latest release (zip), unzip it, then place it where you want to store the extension and server.
- Run the Server
Go into ttu-server
and run run_ttu_server.bat
(Windows only).
OR
Start the server using this command:
node server.js
➡ The Discord client (not website version) must be running for the Rich Presence to display.
- Load the Extension into Chrome
- Open Chrome and navigate to
chrome://extensions/
- Make sure Developer mode is enabled at the top right
- Click "Load unpacked" and select the
ttu-rich-presence
folder
- Using the Extension
➡ In order to use the extension the server must be running.
- Go to
https://reader.ttsu.app/
and open a book. That book will appear in your Discord rich presence.
Feel free to fork this repository and submit pull requests with any improvements or bug fixes.