All Projects → weechat → qweechat

weechat / qweechat

Licence: GPL-3.0 license
Qt remote GUI for WeeChat.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to qweechat

Lith
WeeChat relay client
Stars: ✭ 32 (-42.86%)
Mutual labels:  relay, weechat
relay-core
Kubernetes-based execution engine
Stars: ✭ 15 (-73.21%)
Mutual labels:  relay
cache
Simple and easy go cache micro framework
Stars: ✭ 12 (-78.57%)
Mutual labels:  interface
Three-Factor-Security-Door
What do you get when you mix a Raspberry Pi, a MySQL database, an RFID reader, an LCD touchscreen, a relay switch, an electronic door strike and a Twilio SMS account?
Stars: ✭ 49 (-12.5%)
Mutual labels:  relay
sassy-css
Learn UI Design, CSS, SASS by completing interesting tasks.
Stars: ✭ 16 (-71.43%)
Mutual labels:  interface
nxdk-rdt
Remote Dev Tool is a tool to remote control an Xbox using memory access and RPC
Stars: ✭ 23 (-58.93%)
Mutual labels:  interface
azure-relay-dotnet
☁️ .NET Standard client library for Azure Relay Hybrid Connections
Stars: ✭ 35 (-37.5%)
Mutual labels:  relay
vscode-graphiql-explorer
Use GraphiQL + GraphiQL Explorer to build your GraphQL operations, right from inside of VSCode.
Stars: ✭ 35 (-37.5%)
Mutual labels:  relay
nuada-cli
Nuada CLI was designed to improve your development experience by using ExpressJS and Mongoose tools.
Stars: ✭ 19 (-66.07%)
Mutual labels:  interface
go-interfaces
This repos has lots of Go interface usage and best practice examples
Stars: ✭ 112 (+100%)
Mutual labels:  interface
Unity-SerializeReferenceExtensions
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
Stars: ✭ 255 (+355.36%)
Mutual labels:  interface
ssocks
sSocks fork for windows support; original: https://sourceforge.net/projects/ssocks/
Stars: ✭ 141 (+151.79%)
Mutual labels:  relay
Server
The whir.io chat server.
Stars: ✭ 15 (-73.21%)
Mutual labels:  interface
srtrelay
SRT relay server for distributing media streams to multiple clients.
Stars: ✭ 81 (+44.64%)
Mutual labels:  relay
NoPMsBot
https://telegram.dog/ShriMADhaBot
Stars: ✭ 127 (+126.79%)
Mutual labels:  relay
signal-weechat
Use signal in weechat
Stars: ✭ 69 (+23.21%)
Mutual labels:  weechat
apollo-federation-relay
A demo of Apollo Federation and global Node resolution
Stars: ✭ 44 (-21.43%)
Mutual labels:  relay
scaleway-csi
Container Storage Interface (CSI) Driver for https://www.scaleway.com/block-storage/
Stars: ✭ 52 (-7.14%)
Mutual labels:  interface
mainsail
Mainsail is the popular web interface for Klipper
Stars: ✭ 960 (+1614.29%)
Mutual labels:  interface
crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-60.71%)
Mutual labels:  interface

WeeChat Qt remote GUI

Build Status

QWeeChat is a Qt remote GUI for WeeChat written in Python.

Homepage: https://weechat.org/

Features

  • Multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & others).
  • Free software, released under GPLv3.

QWeeChat

Install

Dependencies

QWeeChat requires:

  • Python ≥ 3.7
  • PySide6
  • WeeChat ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat"

Install via source distribution

$ pip install .

WeeChat setup

You have to add a relay port in WeeChat, for example on port 1234:

/set relay.network.password "mypass"
/relay add weechat 1234

Connect to WeeChat

In QWeeChat, click on connect and enter fields:

  • hostname: the IP address or hostname of your machine with WeeChat running
  • port: the relay port (defined in WeeChat)
  • password: the relay password (defined in WeeChat)
  • totp: the Time-Based One-Time Password (optional, to set if required by WeeChat)

Options can be changed in file ~/.config/qweechat/qweechat.conf.

Copyright

Copyright © 2011-2022 Sébastien Helleu

This file is part of QWeeChat, a Qt remote GUI for WeeChat.

QWeeChat is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

QWeeChat is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QWeeChat. If not, see https://www.gnu.org/licenses/.

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