All Projects → polyrabbit → Wecron

polyrabbit / Wecron

Licence: gpl-3.0
✔️ 微信上的定时提醒 - Cron on WeChat

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wecron

croner
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Stars: ✭ 169 (-68.53%)
Mutual labels:  cron, crontab, timer
Pg timetable
pg_timetable: Advanced scheduling for PostgreSQL
Stars: ✭ 382 (-28.86%)
Mutual labels:  cron, postgresql
Lykchat
便捷、稳定(7*24不间断服务)、安全、支持发送多媒体的信息发送系统,为系统管理人员提供一个基于个人微信号的信息发送工具。
Stars: ✭ 353 (-34.26%)
Mutual labels:  wechat, weixin
Wecheat
开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用
Stars: ✭ 440 (-18.06%)
Mutual labels:  wechat, weixin
Gocron
定时任务管理系统
Stars: ✭ 4,198 (+681.75%)
Mutual labels:  cron, crontab
Wuss Weapp
🐳wuss-weapp 一款高质量,组件齐全,高自定义的微信小程序UI组件库
Stars: ✭ 338 (-37.06%)
Mutual labels:  wechat, weixin
Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了
Stars: ✭ 4,176 (+677.65%)
Mutual labels:  wechat, weixin
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+500.37%)
Mutual labels:  wechat, weixin
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (+701.3%)
Mutual labels:  cron, crontab
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (-14.71%)
Mutual labels:  wechat, weixin
Weindex
微信相关资源汇总索引
Stars: ✭ 466 (-13.22%)
Mutual labels:  wechat, weixin
Vbot
💬The best wechat robot base on web api!
Stars: ✭ 3,301 (+514.71%)
Mutual labels:  wechat, weixin
Wechat App Issues
💥 微信小程序踩坑集合
Stars: ✭ 318 (-40.78%)
Mutual labels:  wechat, weixin
Wechat kit
flutter版微信登录/分享/支付
Stars: ✭ 347 (-35.38%)
Mutual labels:  wechat, weixin
Wemall
wemall7 开源版本 (不含商城)
Stars: ✭ 315 (-41.34%)
Mutual labels:  wechat, weixin
Werobot
WeRoBot 是一个微信公众号开发框架
Stars: ✭ 3,973 (+639.85%)
Mutual labels:  wechat, weixin
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-3.17%)
Mutual labels:  wechat, weixin
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (-46.55%)
Mutual labels:  wechat, weixin
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-45.25%)
Mutual labels:  wechat, weixin
Pageslider
朋友圈广告 - 移动端滑屏翻页插件
Stars: ✭ 442 (-17.69%)
Mutual labels:  wechat, weixin

WeCron

license Build Status codecov PRs Welcome

微信上的定时提醒 - Cron on WeChat

图片描述

WeCron is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial.

GitAds

本地运行

  1. Clone代码
git clone https://github.com/polyrabbit/WeCron.git
  1. 安装依赖包
cd WeCron
pip install -r requirements.txt
  1. 初始化数据库
# 创建数据库
psql -c 'CREATE DATABASE "wecron" WITH OWNER "postgres" TEMPLATE template0 ENCODING="UTF8" CONNECTION LIMIT=-1;'
psql -c 'GRANT ALL PRIVILEGES ON DATABASE "wecron" to "postgres";'

# 建表
python WeCron/manage.py migrate
  1. 启动本地Server
python WeCron/manage.py runserver

扫码关注微定时公众号,体验一下吧

微定时二维码

关于

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].