{"id":13459139,"url":"https://github.com/polyrabbit/WeCron","last_synced_at":"2025-03-24T16:31:24.858Z","repository":{"id":38355664,"uuid":"47098373","full_name":"polyrabbit/WeCron","owner":"polyrabbit","description":":heavy_check_mark: 微信上的定时提醒 - Cron on WeChat","archived":false,"fork":false,"pushed_at":"2024-09-06T10:03:30.000Z","size":13279,"stargazers_count":679,"open_issues_count":5,"forks_count":118,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-17T05:14:26.409Z","etag":null,"topics":["angular","cron","crontab","ionic","nlp","postgresql","python","timer","wechat","weixin"],"latest_commit_sha":null,"homepage":"https://wecron.betacat.io/","language":"JavaScript","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/polyrabbit.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":"2015-11-30T06:00:32.000Z","updated_at":"2025-02-23T14:48:12.000Z","dependencies_parsed_at":"2023-12-13T04:29:57.569Z","dependency_job_id":"5f75b0d1-1137-4855-b1c6-3bd68b18630a","html_url":"https://github.com/polyrabbit/WeCron","commit_stats":{"total_commits":152,"total_committers":5,"mean_commits":30.4,"dds":0.3157894736842105,"last_synced_commit":"937072dff4c24e5d0f5ba6862b2ee18b150ae4be"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyrabbit%2FWeCron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyrabbit%2FWeCron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyrabbit%2FWeCron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyrabbit%2FWeCron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyrabbit","download_url":"https://codeload.github.com/polyrabbit/WeCron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245224550,"owners_count":20580365,"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":["angular","cron","crontab","ionic","nlp","postgresql","python","timer","wechat","weixin"],"created_at":"2024-07-31T09:01:05.994Z","updated_at":"2025-03-24T16:31:24.828Z","avatar_url":"https://github.com/polyrabbit.png","language":"JavaScript","readme":"# WeCron\n\n[![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/polyrabbit/WeCron/blob/master/LICENSE)\n[![Build Status](https://github.com/polyrabbit/WeCron/actions/workflows/deploy.yml/badge.svg)](https://github.com/polyrabbit/WeCron/actions)\n[![codecov](https://codecov.io/gh/polyrabbit/WeCron/branch/master/graph/badge.svg)](https://codecov.io/gh/polyrabbit/WeCron)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/polyrabbit/WeCron/pulls)\n\n微信上的定时提醒 - Cron on WeChat\n\n\u003cp\u003e\n\u003ca href=\"http://wecron.betacat.io\" class=\"rich-diff-level-one\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/2657334/34242455-7c9ae230-e656-11e7-8420-3da003d87ce5.jpeg\" height=\"500\" alt=\"图片描述\" align=center /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## 本地运行\n\n1. Clone代码\n\n```bash\ngit clone https://github.com/polyrabbit/WeCron.git\n```\n\n2. 安装依赖包\n\n```bash\ncd WeCron\npip install -r requirements.txt\n```\n\n3. 初始化数据库\n\n```bash\n# 创建数据库\npsql -c 'CREATE DATABASE \"wecron\" WITH OWNER \"postgres\" TEMPLATE template0 ENCODING=\"UTF8\" CONNECTION LIMIT=-1;'\npsql -c 'GRANT ALL PRIVILEGES ON DATABASE \"wecron\" to \"postgres\";'\n\n# 建表\npython WeCron/manage.py migrate\n```\n\n4. 启动本地Server\n\n```bash\npython WeCron/manage.py runserver\n```\n\n### 扫码关注微定时公众号，体验一下吧\n\u003cp\u003e\n\u003ca href=\"http://wecron.betacat.io\" class=\"rich-diff-level-one\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/2657334/117764620-64571d00-b25f-11eb-857a-d8c12932065f.png\" alt=\"微定时二维码\" data-canonical-src=\"https://mp.weixin.qq.com/misc/getqrcode?fakeid=3937213371\u0026token=849973266\" height=\"150\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## 关于\n\n* 文档：[WeCron是怎样处理定时任务的](https://blog.betacat.io/post/how-wecron-schedules/)\n* 感谢[@messense](https://github.com/messense)贡献的微信公众平台SDK [wechatpy](http://docs.wechatpy.org)！\n* WeCron开始于2015年，一直稳定运行着，并将持续维护下去（因为我个人也是重度用户）\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyrabbit%2FWeCron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyrabbit%2FWeCron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyrabbit%2FWeCron/lists"}