blob: b23ea1fc62928f000c20c82ba0efe7b82e4f4e72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
discord.c for Debian
an alternative client for the discord messaging platform, written in the C programming language.
makes use of libncursesw6, libcurl4-openssl-dev, libcjson-dev
reads email and password from arguments -e and -p to command discord.c or from environment variables DC_E and DC_P
after launching program, start the network thread with command /n 1 - that logs you in and fetches guilds and channels
join a channel with /join, list channels with /channels, list guilds with /guilds
send text with enter key
you can /join and /unjoin many channels, then switch with [TAB] to which channel you will send messages.
-- Anton Luka Šijanec <anton@sijanec.eu> Mon, 22 Mar 2021 19:45:04 +0100
|