بدون توضیح

ayntgl 259b583712 Log fatal and non-fatal errors to file (#226) 3 سال پیش
.github 6d589a5e99 ci: update go & actions' version (#197) 3 سال پیش
config 0bbe6bf93a Rename inconsistent widget names (#224) 3 سال پیش
ui 259b583712 Log fatal and non-fatal errors to file (#226) 3 سال پیش
.gitignore 7ef0f71b7b feat: implement keybindings for opening and downloading attachments (#137) 4 سال پیش
LICENSE badcf70953 Update LICENSE copyright holder name 4 سال پیش
Makefile a7b314cf32 build(Makefile): add -buildmode=pie to go build flags 4 سال پیش
README.md 4b61bbf61d Implement login view (email view & token view) (#223) 3 سال پیش
go.mod 40e2e7e6a5 Use yaml for configuration instead of Lua (#215) 3 سال پیش
go.sum 40e2e7e6a5 Use yaml for configuration instead of Lua (#215) 3 سال پیش
main.go 259b583712 Log fatal and non-fatal errors to file (#226) 3 سال پیش

README.md

Discordo · ci Go Report Card license discord

Discordo is a lightweight, secure, and feature-rich Discord terminal client. Heavily work-in-progress, expect breaking changes.

Preview

Table of Contents

Features

  • Lightweight
  • Secure
  • Configurable
  • Cross-platform
  • Minimalistic
  • Feature-rich

Installation

Prebuilt binaries

You can download and install a prebuilt binary here for Windows, macOS, or Linux.

Package managers

  • Arch Linux: yay -S discordo-git (thanks to Alyxia Sother for maintaining the AUR package).
  • FreeBSD: pkg install discordo or via the ports system make -C /usr/ports/net-im/discordo install clean.

Building from source

git clone https://github.com/ayntgl/discordo
cd discordo
make build

# optional
sudo mv ./discordo /usr/local/bin

Linux clipboard support

  • xclip or xsel for X11.
    • Ubuntu: apt install xclip
    • Arch Linux: pacman -S xclip
    • Fedora: dnf install xclip
  • wl-clipboard for Wayland.
    • Ubuntu: apt install wl-clipboard
    • Arch Linux: pacman -S wl-clipboard
    • Fedora: dnf install wl-clipboard

Usage

  1. Run the discordo executable with no arguments.

  2. A login view will be displayed on first start-up. You can choose to login using either your email and password or token; the views can be switched using Ctrl+Space keybinding.

  3. Enter your credentials and click on the "Login" button to continue.

  • If you are logging in with a bot account, prefix the token with Bot (eg: Bot OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg).

  • 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.

Configuration

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.

Disclaimer

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.