Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.41 KB

Live App 🔴

This application allow to read the discord chat of some channel while doing other things, using WidgetBot. In other words, it is an always on top application, allowing to do some other things like programming in an IntelliJ-based IDE and seeing the chat simultaneously.

The primary purpose of this app is to be used while streaming live, on discord!

This application is a rewrite of the old and heavy electron app from readthedocs-fr organization.

How to use

This application uses WidgetBot to get information from discord.

Follow their instructions on how to use it to configure the app.

You'll need the server id & channel id to configure it.

You can download the latest release from here.

How to build

  • Install volta
  • Go to src/ folder and install dependencies (npm install)
  • Run command npm run tauri build

You will now found the builds into the dist/ folder.

License

This application is licensed under the GPLv3 or later.

Credits

Thanks to:

  • Shika for the original idea and implementation
  • Oseryx for contributions to the previous app

Screenshot

Application Main View

Antoine James Tournepiche