Skip to content

pipipear/VoiceStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceStatus

Shows users in a Discord voice channel

Installation

Server

go version 1.17 or higher required

go install -v github.com/pipipear/VoiceStatus/VoiceServer@latest
wget github.com/pipipear/VoiceStatus/raw/main/VoiceServer.service -P ~/.config/systemd/user/
nano ~/.config/VoiceStatus.json

Add the following to the config file
How To Get Your Discord TokenHow to Get a Discord Bot Token

{
  "PORT": "5462",
  "TOKEN": "discord-token"
}

Start the server

systemctl enable --now --user VoiceServer.service

Plasmoid

A websockets package for qml is required i.e.

sudo apt-get install qml-module-qtwebsockets
sudo pacman -S qt5-websockets
sudo dnf install qt5-qtwebsockets

The plasmoid can be installed from https://www.pling.com/p/1735750/

About

Shows users in a Discord voice channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published