|
|
3 ani în urmă | |
|---|---|---|
| .github | 3 ani în urmă | |
| internal | 3 ani în urmă | |
| pkg | 3 ani în urmă | |
| .gitignore | 4 ani în urmă | |
| LICENSE | 3 ani în urmă | |
| README.md | 3 ani în urmă | |
| attachment_image.go | 3 ani în urmă | |
| go.mod | 3 ani în urmă | |
| go.sum | 3 ani în urmă | |
| guilds_tree.go | 3 ani în urmă | |
| main.go | 3 ani în urmă | |
| main_flex.go | 3 ani în urmă | |
| message_input.go | 3 ani în urmă | |
| messages_text.go | 3 ani în urmă | |
| state.go | 3 ani în urmă |
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).pkg install discordo or via the ports system make -C /usr/ports/net-im/discordo install clean.git clone https://github.com/ayn2op/discordo
cd discordo
go build .
# optional
sudo mv ./discordo /usr/local/bin
xclip or xsel for X11 (apt install xclip)wl-clipboard for Wayland (apt install wl-clipboard)discordo executable with no arguments.token command-line flag to the executable (eg: --token "OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg"). The token is stored securely in the default OS-specific keyring.A default configuration file is created on first start-up at $HOME/.config/discordo/config.yml on Unix, $HOME/Library/Application Support/discordo/config.yml on Darwin, and %AppData%/discordo/config.yml on Windows.
Similarly, a log file is created on first start-up at $HOME/.cache/discordo/logs.txt on Unix, $HOME/Library/Caches/discordo/logs.txt on Darwin, and %LocalAppData%/discordo/logs.txt on Windows.
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.