{"id":21974227,"url":"https://github.com/fuchs-fabian/simbashlog-matrix-notifier","last_synced_at":"2026-04-29T11:03:38.749Z","repository":{"id":264472969,"uuid":"865036338","full_name":"fuchs-fabian/simbashlog-matrix-notifier","owner":"fuchs-fabian","description":"simbashlog-notifier for matrix.org","archived":false,"fork":false,"pushed_at":"2024-11-24T15:02:34.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T23:27:50.663Z","etag":null,"topics":["element-io","linux","logging","logging-framework","matrix-org","notifier","simbashlog","simbashlog-notifier"],"latest_commit_sha":null,"homepage":"https://github.com/fuchs-fabian/simbashlog/wiki","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/fuchs-fabian.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":"2024-09-29T20:15:19.000Z","updated_at":"2024-11-24T15:01:31.000Z","dependencies_parsed_at":"2024-11-24T15:44:09.413Z","dependency_job_id":null,"html_url":"https://github.com/fuchs-fabian/simbashlog-matrix-notifier","commit_stats":null,"previous_names":["fuchs-fabian/simbashlog-matrix-notifier"],"tags_count":3,"template":false,"template_full_name":"fuchs-fabian/simbashlog-example-notifier","purl":"pkg:github/fuchs-fabian/simbashlog-matrix-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-matrix-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-matrix-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-matrix-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-matrix-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuchs-fabian","download_url":"https://codeload.github.com/fuchs-fabian/simbashlog-matrix-notifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuchs-fabian%2Fsimbashlog-matrix-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["element-io","linux","logging","logging-framework","matrix-org","notifier","simbashlog","simbashlog-notifier"],"created_at":"2024-11-29T15:40:01.056Z","updated_at":"2026-04-29T11:03:38.735Z","avatar_url":"https://github.com/fuchs-fabian.png","language":"Python","funding_links":["https://www.paypal.com/donate/?hosted_button_id=4G9X8TDNYYNKG"],"categories":[],"sub_categories":[],"readme":"# `simbashlog-matrix-notifier`: `simbashlog`-notifier for [matrix.org](https://matrix.org/)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg alt=\"GPL-3.0 License\" src=\"https://img.shields.io/badge/GitHub-GPL--3.0-informational\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003ca href=\"https://github.com/fuchs-fabian/simbashlog-matrix-notifier\"\u003e\n          \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=fuchs-fabian\u0026repo=simbashlog-matrix-notifier\u0026theme=holi\u0026hide_border=true\u0026border_radius=10\" alt=\"Repository simbashlog-matrix-notifier\"/\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n## Description\n\nThis is a `simbashlog`-notifier for [Matrix](https://matrix.org/).\n\nIt summarizes the log messages and sends them to a Matrix room.\\\nEnd-to-end encryption is supported.\n\n### Example message\n\n![Example message](./example_message.png)\n\n## Getting Started\n\n\u003e It is possible that `pip` is not yet installed. If this is not the case, you will be prompted to install it. Confirm the installation.\n\n### Installation with `pip` (GitHub)\n\n```bash\npip install git+https://github.com/fuchs-fabian/simbashlog-matrix-notifier\n```\n\n### Installation with `pip` (Local)\n\nDownload the repository and navigate to the directory containing the [`setup.py`](setup.py) file.\n\n```bash\npip install .\n```\n\n### Check Installation\n\n```bash\npip list\n```\n\n```bash\npip show simbashlog-matrix-notifier\n```\n\n### Configuration\n\nAfter installation, you will find the configuration file under:\n\n```plain\n~/.config/simbashlog-notifier/simbashlog-matrix-notifier/config.json\n```\n\nThis configuration file is used by default if no other custom configuration file is specified.\n\nIt looks as follows:\n\n```json\n{\n    \"min_required_log_level\": \"6\",\n    \"show_in_console_sent_message\": \"true\",\n    \"show_in_header_pid\": \"false\",\n    \"show_in_body_log_file_result\": \"false\",\n    \"show_in_body_log_file_content\": \"false\",\n    \"show_in_body_summary_for_pid\": \"false\",\n    \"show_in_body_summary_for_log_file\": \"false\",\n    \"show_in_footer_log_file_names\": \"false\",\n    \"show_in_footer_host\": \"false\",\n    \"show_in_footer_notifier_name\": \"true\",\n    \"use_e2e\": \"true\",\n    \"room_id\": \"!xyz:matrix.org\",\n    \"access_token\": \"your_access_token_here\",\n    \"homeserver_url\": \"https://matrix-client.matrix.org\"\n}\n```\n\n### Usage\n\n```plain\nusage: simbashlog-matrix-notifier [-h] [--config CONFIG] [--pid PID] [--log-level LOG_LEVEL] [--message MESSAGE]\n                                  [--log-file LOG_FILE] [--json-log-file JSON_LOG_FILE]\n\nNotifier for simbashlog.\n\noptions:\n  -h, --help            show this help message and exit\n  --config CONFIG       Path to a custom config file.\n  --pid PID             The used process ID.\n  --log-level LOG_LEVEL\n                        The used log level (sourced simbashlog) / severity number (simbashlog called with arguments).\n  --message MESSAGE     The logged message (simbashlog called with arguments).\n  --log-file LOG_FILE   The created *.log file.\n  --json-log-file JSON_LOG_FILE\n                        The created *_log.json file.\n```\n\n### Uninstallation\n\n```bash\npip uninstall simbashlog-matrix-notifier\n```\n\n## Bugs, Suggestions, Feedback, and Needed Support\n\n\u003e If you have any bugs, suggestions or feedback, feel free to create an issue or create a pull request with your changes.\n\n## Support `simbashlog`\n\nIf you like `simbashlog`'s ecosystem, you think it is useful and saves you a lot of work and nerves and lets you sleep better, please give it a star and consider donating.\n\n\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=4G9X8TDNYYNKG\" target=\"_blank\"\u003e\n  \u003c!--\n    https://github.com/stefan-niedermann/paypal-donate-button\n  --\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/stefan-niedermann/paypal-donate-button/master/paypal-donate-button.png\" style=\"height: 90px; width: 217px;\" alt=\"Donate with PayPal\"/\u003e\n\u003c/a\u003e\n\n---\n\n\u003e This script is a component of [`simbashlog`](https://github.com/fuchs-fabian/simbashlog) ([LICENSE](https://github.com/fuchs-fabian/simbashlog/blob/main/LICENSE)).\n\u003e\n\u003e The core of this notifier is [`simbashlog-notify-helper-py`](https://github.com/fuchs-fabian/simbashlog-notify-helper-py) ([LICENSE](https://github.com/fuchs-fabian/simbashlog-notify-helper-py/blob/main/LICENSE)).\n\u003e\n\u003e *Copyright (C) 2024 Fabian Fuchs*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-matrix-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-matrix-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuchs-fabian%2Fsimbashlog-matrix-notifier/lists"}