{"id":18365261,"url":"https://github.com/weechat/qweechat","last_synced_at":"2025-07-12T00:05:46.450Z","repository":{"id":14626846,"uuid":"17344289","full_name":"weechat/qweechat","owner":"weechat","description":"Qt remote GUI for WeeChat.","archived":false,"fork":false,"pushed_at":"2025-04-25T16:56:43.000Z","size":389,"stargazers_count":64,"open_issues_count":9,"forks_count":18,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-07-12T00:05:44.218Z","etag":null,"topics":["interface","python","qt","relay","weechat"],"latest_commit_sha":null,"homepage":"https://weechat.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weechat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-03-02T18:54:23.000Z","updated_at":"2025-04-25T16:56:47.000Z","dependencies_parsed_at":"2025-01-16T03:12:54.378Z","dependency_job_id":"e48fac47-0c61-4103-958b-212382dd9d54","html_url":"https://github.com/weechat/qweechat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weechat/qweechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weechat%2Fqweechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weechat%2Fqweechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weechat%2Fqweechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weechat%2Fqweechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weechat","download_url":"https://codeload.github.com/weechat/qweechat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weechat%2Fqweechat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264915991,"owners_count":23682957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interface","python","qt","relay","weechat"],"created_at":"2024-11-05T23:13:00.118Z","updated_at":"2025-07-12T00:05:46.438Z","avatar_url":"https://github.com/weechat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2011-2025 Sébastien Helleu \u003cflashcode@flashtux.org\u003e\n\nSPDX-License-Identifier: GPL-3.0-or-later\n--\u003e\n\n# WeeChat Qt remote GUI\n\n[![Build Status](https://github.com/weechat/qweechat/workflows/CI/badge.svg)](https://github.com/weechat/qweechat/actions?query=workflow%3A%22CI%22)\n[![REUSE status](https://api.reuse.software/badge/github.com/weechat/qweechat)](https://api.reuse.software/info/github.com/weechat/qweechat)\n\nQWeeChat is a Qt remote GUI for WeeChat written in Python.\n\nHomepage: https://weechat.org/\n\n## Features\n\n- Multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows \u0026 others).\n- Free software, released under GPLv3.\n\n![QWeeChat](https://weechat.org/media/images/screenshots/relay/medium/qweechat_shadow.png)\n\n## Install\n\n### Dependencies\n\nQWeeChat requires:\n\n- Python ≥ 3.7\n- [PySide6](https://pypi.org/project/PySide6/)\n- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol \"weechat\"\n\n### Install via source distribution\n\n```\n$ pip install .\n```\n\n## WeeChat setup\n\nYou have to add a relay port in WeeChat, for example on port 1234:\n\n```\n/set relay.network.password \"mypass\"\n/relay add weechat 1234\n```\n\n## Connect to WeeChat\n\nIn QWeeChat, click on connect and enter fields:\n\n- `hostname`: the IP address or hostname of your machine with WeeChat running\n- `port`: the relay port (defined in WeeChat)\n- `password`: the relay password (defined in WeeChat)\n- `totp`: the Time-Based One-Time Password (optional, to set if required by WeeChat)\n\nOptions can be changed in file `~/.config/qweechat/qweechat.conf`.\n\n## Copyright\n\n\u003c!-- REUSE-IgnoreStart --\u003e\nCopyright © 2011-2025 [Sébastien Helleu](https://github.com/flashcode)\n\nThis file is part of QWeeChat, a Qt remote GUI for WeeChat.\n\nQWeeChat is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or\n(at your option) any later version.\n\nQWeeChat is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with QWeeChat.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\u003c!-- REUSE-IgnoreEnd --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweechat%2Fqweechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweechat%2Fqweechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweechat%2Fqweechat/lists"}