Skip to content
/ WeCron Public
forked from polyrabbit/WeCron

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

License

Notifications You must be signed in to change notification settings

AwThink/WeCron

This branch is 3 commits behind polyrabbit/WeCron:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3907a4f · Feb 21, 2024
Nov 14, 2023
Feb 21, 2024
May 12, 2023
Feb 12, 2020
Jul 31, 2020
Mar 27, 2023
Nov 14, 2023
Jan 4, 2017
Apr 10, 2023
Oct 14, 2016
Apr 21, 2023
Mar 24, 2023
Nov 29, 2017
Nov 14, 2023

Repository files navigation

WeCron

license Build Status codecov PRs Welcome

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

图片描述

本地运行

  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

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

微定时二维码

关于

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 10.3%
  • Python 6.3%
  • HTML 1.1%
  • Jinja 0.4%
  • Makefile 0.0%