|
|
пре 4 година | |
|---|---|---|
| .github | пре 4 година | |
| LICENSE | пре 4 година | |
| README.md | пре 4 година | |
| config.go | пре 4 година | |
| discord.go | пре 4 година | |
| go.mod | пре 4 година | |
| go.sum | пре 4 година | |
| main.go | пре 4 година | |
| ui.go | пре 4 година | |
| util.go | пре 4 година |
Discordo is a lightweight, secure, and feature-rich Discord terminal client.
git clone https://github.com/ayntgl/discordo
cd discordo
go build
# optional
sudo mv ./discordo /usr/local/bin
yay -S discordo-gitdiscordo executable with no arguments. A new default configuration will be created at ~/.config/discordo/config.toml on first startup.By default, Discordo utilizes OS-specific keyring to store credentials such as client authentication token. However, if you prefer not to use a keyring (not recommended), you may set the
tokenfield in the configuration file and Discordo will prioritize the usage of the provided token to login instead of keyring.
Discordo aims to be highly configurable, it may be easily customized via a configuration file. It creates a default configuration file on the first start-up. The default and newly created configuration file is located at $HOME/.config/discordo/config.toml.
On Linux, clipboard support requires:
xclip or xsel for X11.wl-clipboard for Wayland.Automated user accounts or "self-bots" are against Discord's Terms of Service. I am not responsible for any loss caused by using "self-bots" or Discordo.