pages

command module
v0.0.0-...-d4484f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2019 License: MIT Imports: 3 Imported by: 0

README

Pages

Public-shared
Anonymous
General-teachers'
Evaluation
System

介绍

支持部分本科生教师和研究生导师的查询与评论。
本科生初始数据来源于查老师,研究生导师数据来源于导师评价网及个人主页。
数据库已上传到此处,可自行下载使用。

技术栈

运行环境

  • Go编译器(1.12版本及以上)
  • Python3解释器
1. 安装依赖包
# for beego
go get github.com/astaxie/beego
go get github.com/beego/bee
# for python 
conda install yagmail
## or
pip install yagmail
2. 运行
cd $Pages
bee run
3. 部署
# 打包成Linux可执行文件
bee pack -be GOOS=linux

# 向系统添加定期执行任务(定期发送log和feedback邮件)
crontab -e 
22 22 * * 2 /bin/python $Pages/logs/sendMail.py

TODO

  • 点赞功能
  • 按课程查询
  • 自动添加教师
  • 界面美化与设计
  • 前后端分离实现
  • 智能化垃圾评论筛选
  • 网站安全性
  • ...

Contribution

Fork this repository, write your own code and submit a pull request.

Reference

导师评价网
研究生老师
浙大个人主页
前人所做的查老师

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL