https://github.com/892768447/simpletaskssystem
Tornado结合Apscheduler的简单任务调度系统(包含数据采集、报表生成等)
https://github.com/892768447/simpletaskssystem
apscheduler collection report tasks tornado
Last synced: 8 months ago
JSON representation
Tornado结合Apscheduler的简单任务调度系统(包含数据采集、报表生成等)
- Host: GitHub
- URL: https://github.com/892768447/simpletaskssystem
- Owner: 892768447
- Created: 2018-02-24T06:04:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T06:07:18.000Z (over 8 years ago)
- Last Synced: 2025-04-19T21:50:30.068Z (about 1 year ago)
- Topics: apscheduler, collection, report, tasks, tornado
- Language: HTML
- Size: 16 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 简单的自动化任务调度
需要Python3及以后版本
这里采用Python3.5
- 通过命令行安装 pip install JPype1-0.6.2-cp35-cp35m-win32.whl
- 通过命令行安装 pip install pandas-0.22.0-cp35-cp35m-win32.whl
- pip install -r requirements.txt
# 截图
界面



其中一项日报模版

根据模版excel 生成的图片报表

# 说明
项目属于根据内部系统做的一款自动化采集、报表生成、微信自动发送、数据采集等一系列简单的任务调度系统,涉及敏感的信息均已修改。