|
|
há 3 anos atrás | |
|---|---|---|
| .github | há 3 anos atrás | |
| docs | há 3 anos atrás | |
| internal | há 3 anos atrás | |
| pkg | há 3 anos atrás | |
| .gitignore | há 4 anos atrás | |
| LICENSE | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| attachment_image.go | há 3 anos atrás | |
| go.mod | há 3 anos atrás | |
| go.sum | há 3 anos atrás | |
| guilds_tree.go | há 3 anos atrás | |
| main.go | há 3 anos atrás | |
| main_flex.go | há 3 anos atrás | |
| message_input.go | há 3 anos atrás | |
| messages_text.go | há 3 anos atrás | |
| state.go | há 3 anos atrás |
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.
Optionally, you can specify an alternative configuration file location with the config command-line flag to the executable (eg: --config OPTIONAL/PATH/HERE.yml).
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.