All Projects → xynxynxyn → Terminal Discord

xynxynxyn / Terminal Discord

Licence: mit
NOT MAINTAINED Simple terminal client for discord with a minimal look and UI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Terminal Discord

Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+1076.54%)
Mutual labels:  command-line
Octave
Discord bot written in Java and Kotlin using JDA.
Stars: ✭ 156 (-3.7%)
Mutual labels:  discord
Joincap
Merge multiple pcap files together, gracefully.
Stars: ✭ 159 (-1.85%)
Mutual labels:  command-line
Discord Giveaways
🎉 Complete framework to facilitate the creation of giveaways using discord.js
Stars: ✭ 153 (-5.56%)
Mutual labels:  discord
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-3.7%)
Mutual labels:  command-line
Discord.net
An unofficial .Net wrapper for the Discord API (http://discordapp.com)
Stars: ✭ 2,253 (+1290.74%)
Mutual labels:  discord
Deno Cliffy
Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Stars: ✭ 149 (-8.02%)
Mutual labels:  command-line
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (-0.62%)
Mutual labels:  discord
Git Town
Generic, high-level Git workflow support!
Stars: ✭ 1,937 (+1095.68%)
Mutual labels:  command-line
Discordgo
(Golang) Go bindings for Discord
Stars: ✭ 2,582 (+1493.83%)
Mutual labels:  discord
Fb Messenger Whatsapp Discord Message Spammer
Annoying Python program that sends a users on your Facebook Messenger/Whatsapp/Discord any text, word by word
Stars: ✭ 154 (-4.94%)
Mutual labels:  discord
Handlr
A better xdg-utils
Stars: ✭ 151 (-6.79%)
Mutual labels:  command-line
Lyvi
🎶 Command-line lyrics (and more!) viewer
Stars: ✭ 159 (-1.85%)
Mutual labels:  command-line
Ritabot
Real-Time Interchangeable Translating Assistant, an open-source free translation Bot for Discord.
Stars: ✭ 146 (-9.88%)
Mutual labels:  discord
Carl Bot
Bot for discord using discord.py (outdated code)
Stars: ✭ 160 (-1.23%)
Mutual labels:  discord
Clog
Package clog is a channel-based logging package for Go
Stars: ✭ 151 (-6.79%)
Mutual labels:  discord
Emberclear
Encrypted Chat. No History. No Logs.
Stars: ✭ 157 (-3.09%)
Mutual labels:  discord
Ls Go
A more colorful, user-friendly implementation of `ls` written in Go
Stars: ✭ 162 (+0%)
Mutual labels:  command-line
Discord.js Light
All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.
Stars: ✭ 159 (-1.85%)
Mutual labels:  discord
Tecli
In a world where everything is Terraform, teams use Terraform Cloud API to manage their workloads. TECLI increases teams productivity by facilitating such interaction and by providing easy commands that can be executed on a terminal or on CI/CD systems.
Stars: ✭ 158 (-2.47%)
Mutual labels:  command-line

Terminal-Discord

DEPRECATED/NOT MAINTAINED ANYMORE use cordless instead.

terminal-discord

A simple terminal based client for Discord using the discord.js API with a minimal look and UI.

If you have any questions feel free to join this server.

DISCLAIMER Self-bots and modified/custom clients are against Discord's TOS. I am not responsible for any loss or restrictions relating to your account that follows from the use of this software.
Note that bot account clients are a grey zone so you're able to log in as a bot with a bot token, however abuse of the Discord API violates Discord Terms of Service.

Installation

Install with npm install -g terminal-discord

(Note to Linux users: If you run into any permissions errors while trying to install with sudo, follow the steps provided here).

Running on Windows

If windows cannot resolve the path for the home directory (when it gives something like undefined/.terminal-discord not found) then provide the config file as an argument as described below.

Config-File

The default locations for the config file are ~/.config/terminal-discord or ~/.terminal-discord. It is however also possible to pass a path to a config file like such

$terminal-discord PATH_TO_CONFIG

All settings except Token are optional. Defaults can be found at the beginning of index.js where the config-file is parsed.

Check the example config in the repository for an example.

token

Discord has made token retrieval more difficult after recent updates. To find your token you have to navigate to the discord browser site, open the developer tools with ctrl+shift+i or similar and find the local storage as shown in the picture.

Once you reload the page the token will pop up for about a second. Copy it and paste it in the config-file.

Token

max_name_length

The maximum length of usernames. If the value is null usernames are not cut short.

allign

Requires max_name_length to be set.
If this option is set to false the seperators will be displayed right after the username instead of them being alligned with other seperators.

right_bound

Requires allign to be set to true.
This option controls whether names are leftbound or rightbound.

separator

Separator between username and message content.

history_length

Number of messages loaded at a time. If set to null will fetch as many messages as there are rows in the current terminal window.

default_guild

If not null this corresponds to the index of the guild you want selected at startup.

default_channel

If not null this corresponds to the index of the channel you want selected at startup.

To get the indices for both guild and channel navigate to your channel and use the /info command.

prompt

The prompt used.

%u is replaced by your usernmame.

%d by your nickname if present otherwise username.

%c will be replaced by the channel name.

%g is replaced by the guild name.

color_support

Wether color for usernames is enabled or not.

default_color

Default color for users without a role. If not set will default to #FFFFFF.

mention_color

What background color the message should have when you get mentioned. Only applicable when colorsupport is enabled. Setting this to null disables the feature.

repeat_name

When a user sends multiple messages in a row this controls whether their name should be displayed multiple times or be replaced with a dot.

use_nickname

Whether the nickname should be displayed when available.

show_time

Show the timestamp next to a message.

show_date

Enable date support to display DD.MM.YYYY in front of the time.

select_count

How many items are displayed per page in a menu.

block_messages

If set to true messages from blocked users are displayed as <blocked>

Commands

Enter a command while in a channel using /.

q or quit: exits the client

u, update, r, refresh: refresh manually

nick: changes your nickname

d, delete: deletes the last sent message

e, edit: replaces the content of your last sent message with the string after /e. Pressing tab after "/edit " fills in the previous message

c, channel: selects a different channel within the same guild

m, menu: opens the channel selection menu to switch to a different channel

o, online: shows a list of currently online users

g, gr, group: opens group chat selection menu to switch to a different channel

dm, pm: opens dm chat selection menu to switch to a different channel

i, info: displays basic information about the channel including indices

b, block: toggles display of blocked messages

h, help: shows help message

Note that edit and delete only work on messages sent in the current session. If you haven't sent a message in the current session the command will do nothing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].