{"id":19457944,"url":"https://github.com/sharparam/cshrix-bot","last_synced_at":"2026-04-18T14:04:05.428Z","repository":{"id":38050160,"uuid":"179580292","full_name":"Sharparam/cshrix-bot","owner":"Sharparam","description":"Matrix bot using the cshrix library","archived":false,"fork":false,"pushed_at":"2023-01-29T15:28:44.000Z","size":6835,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-15T03:41:34.372Z","etag":null,"topics":["bot","chat","chatbot","client-server","csharp","dotnet","dotnet-core","e2e","e2ee","library","matrix","matrix-org","net-core","net-standard"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sharparam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-04T21:32:01.000Z","updated_at":"2025-06-18T11:41:46.000Z","dependencies_parsed_at":"2023-02-15T23:31:02.626Z","dependency_job_id":null,"html_url":"https://github.com/Sharparam/cshrix-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sharparam/cshrix-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcshrix-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcshrix-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcshrix-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcshrix-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharparam","download_url":"https://codeload.github.com/Sharparam/cshrix-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharparam%2Fcshrix-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bot","chat","chatbot","client-server","csharp","dotnet","dotnet-core","e2e","e2ee","library","matrix","matrix-org","net-core","net-standard"],"created_at":"2024-11-10T17:24:43.132Z","updated_at":"2026-04-18T14:04:00.416Z","avatar_url":"https://github.com/Sharparam.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cshrix-bot [![#cshrix-bot:sharparam.com][matrix-badge]][matrix-cshrix-bot]\n\n[![MPL 2.0 License][mpl-badge]][mpl]\n[![Latest GitHub release][ghreleasebadge]][ghrelease]\n[![Docker image][docker-badge]][docker]\n\n| [Master][master] | [![Build status][appveyor-master-badge]][appveyor-master-status] | [![TravisCI Status][travis-master-badge]][travis-master-status] | [![Test status][test-master-badge]][test-master-status] | [![Coverage][coveralls-master-badge]][coveralls-master] | [![Codecov coverage][codecov-master-badge]][codecov-master] | [![CodeFactor][codefactor-master-badge]][codefactor-master] |\n|-|-|-|-|-|-|-|\n| [**Develop**][develop] | [![Build status][appveyor-develop-badge]][appveyor-develop-status] | [![TravisCI Status][travis-develop-badge]][travis-develop-status] | [![Test status][test-develop-badge]][test-develop-status] | [![Coverage][coveralls-develop-badge]][coveralls-develop] | [![Codecov coverage][codecov-develop-badge]][codecov-develop] | [![CodeFactor][codefactor-develop-badge]][codefactor-develop] |\n\nMatrix bot using the cshrix library.\n\nThis bot is a work in progress, when it is more finalized, the core library to\ninteract with Matrix will be extracted into its own repository.\n\n## Acknowledgements\n\nBig thanks to the almighty [@expectocode][expectocode] for\ncoming up with a name for this project.\n\n## License\n\nCopyright © 2019 by [Adam Hellberg][sharparam].\n\nThis Source Code Form is subject to the terms of the [Mozilla Public\nLicense, v. 2.0][mpl]. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nSee the file [LICENSE][] for more details.\n\n## Code of Conduct\n\nThis project is covered under a [Code of Conduct][coc], please remember to\nadhere by this when interacting with the project.\n\n## Contributing\n\nPlease see the [CONTRIBUTING][] document for our contribution guidelines.\n\n## End-to-end (E2E) encryption\n\nIn order for E2EE features to work, [libolm][] must be available on the system\n`PATH` or located alongside the executable\n(cshrix calls into it using P/Interop).\n\n### Linux\n\nCheck if your distro's package manager has [libolm][] available.\nIt usually goes under the name `libolm` and/or `libolm-dev`.\n\n#### Debian/Ubuntu\n\nDebian: buster/sid and later.\n\nUbuntu: 18.04 (bionic) and later.\n\n```\n# apt install libolm-dev\n```\n\n#### Arch\n\n[`libolm` is available in the AUR][libolm-aur] and as a\n[git version][libolm-git-aur].\n\n\n### Windows\n\nAs of right now (2019-04-23), no official Windows releases of [libolm][] exist.\nBuild the library manually and place it either somewhere on the `PATH` or\nalongside the executable.\n\n### macOS\n\nUnknown. If someone has information about [libolm][] on macOS, please make\na [PR][] and update this section.\n\n[cshrix]: https://github.com/Sharparam/cshrix\n\n[mpl]: https://mozilla.org/MPL/2.0/\n[mpl-osi]: https://opensource.org/licenses/MPL-2.0\n[mpl-badge]: https://img.shields.io/badge/license-MPL%202.0-blue.svg\n\n[license]: LICENSE\n[coc]: CODE_OF_CONDUCT.md\n[contributing]: CONTRIBUTING.md\n\n[sharparam]: https://github.com/Sharparam\n[expectocode]: https://github.com/expectocode\n\n[master]: https://github.com/chroma-sdk/Colore/tree/master\n[develop]: https://github.com/chroma-sdk/Colore/tree/develop\n[pr]: https://github.com/Sharparam/cshrix-bit/pulls\n\n[libolm]: https://gitlab.matrix.org/matrix-org/olm\n[libolm-aur]: https://aur.archlinux.org/packages/libolm/\n[libolm-git-aur]: https://aur.archlinux.org/packages/libolm-git/\n\n[matrix-sharparam]: https://matrix.to/#/@sharparam:sharparam.com\n[matrix-cshrix-bot]: https://matrix.to/#/!RRgORzEtLTHVHtwEVi:sharparam.com?via=sharparam.com\n[matrix-badge]: https://img.shields.io/matrix/cshrix-bot:sharparam.com.svg?label=%23cshrix-bot%3Asharparam.com\u0026logo=matrix\u0026server_fqdn=sharparam.com\n\n[ghrelease]: https://github.com/Sharparam/cshrix-bot/releases\n[ghreleasebadge]: https://img.shields.io/github/release/Sharparam/cshrix-bot.svg?logo=github\n\n[docker]: https://hub.docker.com/r/sharparam/cshrix-bot\n[docker-badge]: https://img.shields.io/badge/docker-sharparam%2Fcshrix--bot-blue.svg\n\n[appveyor-develop-status]: https://ci.appveyor.com/project/Sharparam/cshrix-bot/branch/develop\n[appveyor-develop-badge]: https://ci.appveyor.com/api/projects/status/e331me30fi95jgf1/branch/develop?svg=true\n[travis-develop-status]: https://travis-ci.com/Sharparam/cshrix-bot\n[travis-develop-badge]: https://travis-ci.com/Sharparam/cshrix-bot.svg?branch=develop\n[test-develop-status]: https://ci.appveyor.com/project/Sharparam/cshrix-bot/branch/develop/tests\n[test-develop-badge]: https://img.shields.io/appveyor/tests/Sharparam/cshrix-bot/develop.svg\n[coveralls-develop]: https://coveralls.io/github/Sharparam/cshrix-bot?branch=develop\n[coveralls-develop-badge]: https://coveralls.io/repos/github/Sharparam/cshrix-bot/badge.svg?branch=develop\n[codecov-develop]: https://codecov.io/gh/Sharparam/cshrix-bot/branch/develop\n[codecov-develop-badge]: https://codecov.io/gh/Sharparam/cshrix-bot/branch/develop/graph/badge.svg\n[codefactor-develop]: https://www.codefactor.io/repository/github/sharparam/cshrix-bot/overview/develop\n[codefactor-develop-badge]: https://www.codefactor.io/repository/github/sharparam/cshrix-bot/badge/develop\n\n[appveyor-master-status]: https://ci.appveyor.com/project/Sharparam/cshrix-bot/branch/master\n[appveyor-master-badge]: https://ci.appveyor.com/api/projects/status/e331me30fi95jgf1/branch/master?svg=true\n[travis-master-status]: https://travis-ci.com/Sharparam/cshrix-bot\n[travis-master-badge]: https://travis-ci.com/Sharparam/cshrix-bot.svg?branch=master\n[test-master-status]: https://ci.appveyor.com/project/Sharparam/cshrix-bot/branch/master/tests\n[test-master-badge]: https://img.shields.io/appveyor/tests/Sharparam/cshrix-bot/master.svg\n[coveralls-master]: https://coveralls.io/github/Sharparam/cshrix-bot\n[coveralls-master-badge]: https://coveralls.io/repos/github/Sharparam/cshrix-bot/badge.svg\n[codecov-master]: https://codecov.io/gh/Sharparam/cshrix-bot\n[codecov-master-badge]: https://codecov.io/gh/Sharparam/cshrix-bot/branch/master/graph/badge.svg\n[codefactor-master]: https://www.codefactor.io/repository/github/sharparam/cshrix-bot/overview/master\n[codefactor-master-badge]: https://www.codefactor.io/repository/github/sharparam/cshrix-bot/badge/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fcshrix-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharparam%2Fcshrix-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharparam%2Fcshrix-bot/lists"}