|
|
3 жил өмнө | |
|---|---|---|
| .github | 3 жил өмнө | |
| config | 3 жил өмнө | |
| ui | 3 жил өмнө | |
| .gitignore | 4 жил өмнө | |
| LICENSE | 4 жил өмнө | |
| Makefile | 4 жил өмнө | |
| README.md | 3 жил өмнө | |
| go.mod | 3 жил өмнө | |
| go.sum | 3 жил өмнө | |
| main.go | 3 жил өмнө |
Discordo is a lightweight, secure, and feature-rich Discord terminal client. Heavily work-in-progress, expect breaking changes.
You can download and install a prebuilt binary here for Windows, macOS, or Linux.
yay -S discordo-git (thanks to Alyxia Sother for maintaining the AUR package).git clone https://github.com/ayntgl/discordo
cd discordo
make build
# optional
sudo mv ./discordo /usr/local/bin
xclip or xsel for X11.
apt install xclippacman -S xclipdnf install xclipwl-clipboard for Wayland.
apt install wl-clipboardpacman -S wl-clipboarddnf install wl-clipboardRun the discordo executable with no arguments.
Enter your client authentication token (first-time login) and click on the "Login" button to continue.
If you are logging in with a bot account, prefix the token with Bot (eg: discordo --token "Bot OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg"). Furthermore, it is strongly recommended to change the user agent for HTTP requests from the configuration file if you are using a bot account to log in since the default user agent is that of a browser.
Most of the Discord third-party clients store the token in a configuration file unencrypted. Discordo securely stores the token in the default OS-specific keyring.
A default configuration file is created on first start-up at $HOME/.config/discordo/config.lua on Unix, $HOME/Library/Application Support/discordo/config.lua on Darwin, and %AppData%/discordo/config.lua on Windows. You can configure the default configuration directory path using the config command-line flag (eg: `discordo --config $HOME/my-custom-dir).
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.