{"id":14972802,"url":"https://github.com/chanmo/django-wechat-message","last_synced_at":"2026-03-06T03:32:42.302Z","repository":{"id":57422645,"uuid":"72759428","full_name":"ChanMo/django-wechat-message","owner":"ChanMo","description":"基于django-wechat-base的微信信息管理模块","archived":false,"fork":false,"pushed_at":"2016-11-18T03:59:20.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T09:40:29.262Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanMo.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2016-11-03T15:28:43.000Z","updated_at":"2018-10-18T06:53:39.000Z","dependencies_parsed_at":"2022-09-10T21:31:50.772Z","dependency_job_id":null,"html_url":"https://github.com/ChanMo/django-wechat-message","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/ChanMo%2Fdjango-wechat-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-wechat-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanMo","download_url":"https://codeload.github.com/ChanMo/django-wechat-message/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250451786,"owners_count":21432897,"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":[],"created_at":"2024-09-24T13:47:33.753Z","updated_at":"2026-03-06T03:32:42.237Z","avatar_url":"https://github.com/ChanMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"微信消息管理模块\n================\n\n基于django-wechat-base的简单微信消息管理模块\n\n快速开始:\n---------\n\n安装django-wechat-message:\n\n.. code-block::\n\n    pip install django-wechat-message\n\n修改settings.py文件:\n\n.. code-block::\n\n    INSTALLED_APPS = (\n        ...\n        'wechat',\n        'wechat_message',\n        ...\n    )\n\n在settings.py文件底部添加:\n\n.. code-block::\n\n    # wechat config\n    WECHAT = [\n        {\n            'appid': 'demo',\n            'appsecret': 'demo',\n            'token': 'demo',\n        },\n    ]\n\n修改urls.py文件:\n\n.. code-block::\n\n    urlpatterns = [\n        ...\n        url(r'^wx/', include('wechat_message.urls', namespace='wx')),\n        ...\n    ]\n\n\n版本更改:\n---------\n- v1.0 使用统一的xml回复\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanmo%2Fdjango-wechat-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-wechat-message/lists"}