{"id":21077710,"url":"https://github.com/howie6879/examiner","last_synced_at":"2025-10-25T16:03:13.368Z","repository":{"id":57427398,"uuid":"216375121","full_name":"howie6879/examiner","owner":"howie6879","description":"操作系统通知中心监控（不论微信、钉钉、QQ，只要开启消息通知），可编写对应处理脚本","archived":false,"fork":false,"pushed_at":"2021-09-23T01:14:08.000Z","size":25,"stargazers_count":157,"open_issues_count":1,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-08T05:55:03.874Z","etag":null,"topics":["dingtalk","dingtalk-robot","wechat","wechat-bot"],"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/howie6879.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}},"created_at":"2019-10-20T14:30:23.000Z","updated_at":"2025-03-08T09:36:56.000Z","dependencies_parsed_at":"2022-09-19T19:50:16.364Z","dependency_job_id":null,"html_url":"https://github.com/howie6879/examiner","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/howie6879%2Fexaminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howie6879%2Fexaminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howie6879%2Fexaminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howie6879%2Fexaminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howie6879","download_url":"https://codeload.github.com/howie6879/examiner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253009851,"owners_count":21839713,"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":["dingtalk","dingtalk-robot","wechat","wechat-bot"],"created_at":"2024-11-19T19:38:00.396Z","updated_at":"2025-10-25T16:03:13.293Z","avatar_url":"https://github.com/howie6879.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# examiner\n\n\u003e 操作系统通知中心监控，可编写对应处理脚本\n\n## 介绍\n\n详细实现介绍见这篇推文：[不论微信钉钉还是什么软件，我写了个通用的消息监控处理机器人](https://mp.weixin.qq.com/s/-QDjgnKn_22DoeR2ti4iyA)\n\n## 使用\n\n```shell\npip install examiner\n# 新特性\npip install git+https://github.com/howie6879/examiner\n\n# 开发\ngit clone https://github.com/howie6879/examiner\ncd examiner\n# 推荐使用pipenv 你也可以使用自己中意的环境构建方式\npipenv install --python=/Users/howie6879/anaconda3/envs/python36/bin/python3.6  --skip-lock\n\n```\n\n接下来只需要在根目录构建自己的监控脚本就行，比如监控微信，建立文件命名为 `wechat_app.py`:\n\n```python\nfrom examiner import Examiner\n\napp_names = [\"Wechat\"]\nexaminer_app = Examiner(app_names)\ninfo_list = examiner_app.get_notifications()\nfor each in info_list:\n    print(each)\n```\n\n输出：\n\n```shell\n{'title': '老胡的储物柜', 'subtitle': '', 'body': '测试消息监控，任何应用都行', 'delivered_date': datetime.datetime(2019, 10, 20, 21, 40, 26, 428654), 'presented': 1, 'app_identifier': 'com.tencent.xinwechat', 'app_name': 'WeChat', 'md5': '75e24e2ccc502f01c101fcbd3637950b'}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowie6879%2Fexaminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowie6879%2Fexaminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowie6879%2Fexaminer/lists"}