{"id":13419825,"url":"https://github.com/poljar/weechat-matrix-rs","last_synced_at":"2025-05-16T02:09:32.078Z","repository":{"id":40655406,"uuid":"219575329","full_name":"poljar/weechat-matrix-rs","owner":"poljar","description":"Rust rewrite of the python weechat-matrix script.","archived":false,"fork":false,"pushed_at":"2025-03-18T19:24:14.000Z","size":860,"stargazers_count":365,"open_issues_count":43,"forks_count":30,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-04-06T11:12:24.118Z","etag":null,"topics":["matrix-org","rust","weechat"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poljar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-04T19:01:21.000Z","updated_at":"2025-04-04T12:16:28.000Z","dependencies_parsed_at":"2024-10-26T16:53:33.858Z","dependency_job_id":"7b7fd0ea-4667-44e0-ba28-3fd8a19849c0","html_url":"https://github.com/poljar/weechat-matrix-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poljar%2Fweechat-matrix-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poljar%2Fweechat-matrix-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poljar%2Fweechat-matrix-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poljar%2Fweechat-matrix-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poljar","download_url":"https://codeload.github.com/poljar/weechat-matrix-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999856,"owners_count":21031046,"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":["matrix-org","rust","weechat"],"created_at":"2024-07-30T22:01:21.469Z","updated_at":"2025-05-16T02:09:32.072Z","avatar_url":"https://github.com/poljar.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"[![build-test-release](https://github.com/poljar/weechat-matrix-rs/actions/workflows/release.yml/badge.svg?event=push)](https://github.com/poljar/weechat-matrix-rs/actions/workflows/release.yml)\n[![#weechat-matrix](https://img.shields.io/badge/matrix-%23weechat--matrix:termina.org.uk-blue.svg?style=flat-square)](https://matrix.to/#/!twcBhHVdZlQWuuxBhN:termina.org.uk?via=termina.org.uk\u0026via=matrix.org)\n[![license](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/poljar/weechat-matrix-rs/blob/master/LICENSE)\n\n# What is weechat-matrix?\n\n[Weechat](https://weechat.org/) is an extensible chat client.\n\n[Matrix](https://matrix.org/blog/home) is an open network for secure,\ndecentralized communication.\n\nweechat-matrix-rs is a Rust plugin for Weechat that lets Weechat communicate\nover the Matrix protocol. This is a Rust rewrite of the\n[weechat-matrix](https://github.com/poljar/weechat-matrix) Python script.\n\n# Project status\n\nThis project is a work in progress and doesn't do much yet. It can connect\nto a Matrix server and send messages.\n\nIf you are interested in helping out take a look at the issue tracker.\n\n# Build\n\nAfter Rust is installed the plugin can be compiled with:\n\n    cargo build\n\nOn Linux this creates a `libmatrix.so` file in the `target/debug/` folder, this\nfile needs to be renamed to `matrix.so` and copied to your Weechat plugin\ndirectory. A plugin directory can be created in your `$WEECHAT_HOME` folder, by\ndefault `.weechat/plugins/`.\n\nAlternatively, `make install` will build and install the plugin in your\n`$WEECHAT_HOME` as well.\n\n# Configuration\n\nConfiguration is completed primarily through the Weechat interface. First start Weechat, and then issue the following commands _(replace the placeholders in brackets [] with your own details)_:\n\n1. Add a server _(make sure the url includes the scheme e.g. 'https://matrix.org')_:\n\n       /matrix server add [server-name] [server-url]\n\n2. Set your username and password:\n\n       /set matrix-rust.server.[server-name].username [username]\n       /set matrix-rust.server.[server-name].password [password]\n\n3. Now try to connect:\n\n       /matrix connect [server-name]\n\n4. Automatically connect to the server:\n\n       /set matrix-rust.server.[server-name].autoconnect on\n\n5. If everything works, save the configuration:\n\n       /save\n\n\n# Helpful Commands\n\n`/help matrix` will print information about the `/matrix` command.\n\n`/matrix help [command]` will print information for subcommands, such as `/matrix help server`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoljar%2Fweechat-matrix-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoljar%2Fweechat-matrix-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoljar%2Fweechat-matrix-rs/lists"}