[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71466":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},71466,"discordo","ayn2op\u002Fdiscordo","ayn2op","A lightweight, secure, and feature-rich Discord terminal (TUI) client.","",null,"Go",5586,213,38,42,0,8,19,66,24,37.99,"GNU General Public License v3.0",false,"main",[26,27,28,29,5,30,31,32,33,34,35,36,37,38],"client","cross-platform","discord","discord-bot","go","golang","lightweight","linux","macos","terminal","terminal-based","tui","windows","2026-06-12 02:02:52","# Discordo &middot; [![discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1297292231299956788?color=5865F2&logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.com\u002Finvite\u002FVzF9UFn2aB) [![ci](https:\u002F\u002Fgithub.com\u002Fayn2op\u002Fdiscordo\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fayn2op\u002Fdiscordo\u002Factions\u002Fworkflows\u002Fci.yml) [![Go Report Card](https:\u002F\u002Fgoreportcard.com\u002Fbadge\u002Fgithub.com\u002Fayn2op\u002Fdiscordo)](https:\u002F\u002Fgoreportcard.com\u002Freport\u002Fgithub.com\u002Fayn2op\u002Fdiscordo) [![license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fayn2op\u002Fdiscordo?logo=github)](https:\u002F\u002Fgithub.com\u002Fayn2op\u002Fdiscordo\u002Fblob\u002Fmaster\u002FLICENSE)\n\nDiscordo is a lightweight, secure, and feature-rich Discord terminal client. Heavily work-in-progress, expect breaking changes.\n\n![Preview](.github\u002Fpreview.png)\n\n## Installation\n\n### Prebuilt binaries\n\nYou can download and install a [prebuilt binary here](https:\u002F\u002Fnightly.link\u002Fayn2op\u002Fdiscordo\u002Fworkflows\u002Fci\u002Fmain) for Windows, macOS, or Linux.\n\n### Package managers\n\n- Arch Linux: `yay -S discordo-git`\n- Gentoo (available on the guru repos as a live ebuild): `emerge net-im\u002Fdiscordo`\n- FreeBSD: `pkg install discordo` or via the ports system `make -C \u002Fusr\u002Fports\u002Fnet-im\u002Fdiscordo install clean`.\n- Nix: Add `pkgs.discordo` to `environment.systemPackages` or `home.packages`.\n\n- Windows (Scoop):\n\n```sh\nscoop bucket add vvxrtues https:\u002F\u002Fgithub.com\u002Fvvirtues\u002Fbucket\nscoop install discordo\n```\n\n### Building from source\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fayn2op\u002Fdiscordo\ncd discordo\ngo build .\n```\n\n### Wayland clipboard support\n\n`wl-clipboard` is required for clipboard support.\n\n## Usage\n\n### Token (UI, recommended)\n\n1. Run the `discordo` executable with no arguments.\n\n2. Enter your token and click on the \"Login\" button to save it.\n\n### Token (environment variable)\n\nSet the value of the `DISCORDO_TOKEN` environment variable to the authentication token to log in with.\n\n```sh\nDISCORDO_TOKEN=\"OTI2MDU5NTQxNDE2Nzc5ODA2.Yc2KKA.2iZ-5JxgxG-9Ub8GHzBSn-NJjNg\" discordo\n```\n\n### QR (UI)\n\n1. Run the `discordo` executable with no arguments.\n\n2. Click on the \"Login with QR\" button.\n\n3. Follow the instructions in the QR Login screen.\n\n## Configuration\n\nThe configuration file allows you to configure and customize the behavior, keybindings, and theme of the application.\n\n- Unix: `$XDG_CONFIG_HOME\u002Fdiscordo\u002Fconfig.toml` or `$HOME\u002F.config\u002Fdiscordo\u002Fconfig.toml`\n- Darwin: `$HOME\u002FLibrary\u002FApplication Support\u002Fdiscordo\u002Fconfig.toml`\n- Windows: `%AppData%\u002Fdiscordo\u002Fconfig.toml`\n\nDiscordo uses the default configuration if a configuration file is not found in the aforementioned path; however, the default configuration file is not written to the path. [The default configuration can be found here](.\u002Finternal\u002Fconfig\u002Fconfig.toml).\n\n> [!IMPORTANT]\n> 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.\n\n## License\n\nCopyright (C) 2025-present ayn2op\n\nThis project is licensed under the GNU General Public License v3.0 (GPL-3.0).\nSee the [LICENSE](.\u002FLICENSE) file for the full license text.\n","Discordo 是一个轻量级、安全且功能丰富的 Discord 终端客户端。它使用 Go 语言编写，具有跨平台支持（包括 Windows、macOS 和 Linux），并提供了基于终端的用户界面（TUI）。Discordo 支持多种登录方式，如通过令牌或二维码登录，并允许用户自定义配置文件以调整应用的行为、快捷键和主题。适用于偏好命令行操作环境或需要在低资源设备上运行 Discord 客户端的用户。",2,"2026-06-11 03:37:52","high_star"]