{"id":20390263,"url":"https://github.com/nonebot/nonechat","last_synced_at":"2026-04-04T13:37:26.421Z","repository":{"id":181110324,"uuid":"666226406","full_name":"nonebot/nonechat","owner":"nonebot","description":"通用控制台聊天界面","archived":false,"fork":false,"pushed_at":"2026-04-04T11:10:35.000Z","size":285,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T13:11:57.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nonebot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null},"funding":{"open_collective":"nonebot","custom":["https://afdian.com/@nonebot"]}},"created_at":"2023-07-14T02:29:47.000Z","updated_at":"2026-04-04T11:09:39.000Z","dependencies_parsed_at":"2023-11-13T05:34:46.616Z","dependency_job_id":"53d49c6b-4cf0-4c12-8c94-a0c526a754ee","html_url":"https://github.com/nonebot/nonechat","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":"0.41666666666666663","last_synced_commit":"47295465e243e985a949a90f9c9ef16ece58e977"},"previous_names":["nonebot/nonechat"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/nonebot/nonechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonebot%2Fnonechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonebot%2Fnonechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonebot%2Fnonechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonebot%2Fnonechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonebot","download_url":"https://codeload.github.com/nonebot/nonechat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonebot%2Fnonechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2024-11-15T03:23:55.159Z","updated_at":"2026-04-04T13:37:26.414Z","avatar_url":"https://github.com/nonebot.png","language":"Python","funding_links":["https://opencollective.com/nonebot","https://afdian.com/@nonebot"],"categories":[],"sub_categories":[],"readme":"# Nonechat\n\n通用控制台聊天界面\n\n## 使用\n\n```python\nfrom nonechat.info import Event\nfrom nonechat.app import Frontend\nfrom nonechat.backend import Backend\n\n\nclass ExampleBackend(Backend):\n\n    def on_console_load(self):\n        print(\"on_console_load\")\n\n    def on_console_mount(self):\n        print(\"on_console_mount\")\n\n    def on_console_unmount(self):\n        print(\"on_console_unmount\")\n\n    async def post_event(self, event: Event):\n        print(\"post_event\")\n\n\napp = Frontend(ExampleBackend)\napp.run()\n```\n\n## 功能\n\n- 消息发生、编辑与撤回\n- 日志查看窗口\n- 用户管理\n- 频道管理\n\n## 预览\n\n![](./view.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonebot%2Fnonechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonebot%2Fnonechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonebot%2Fnonechat/lists"}