Coder Social home page Coder Social logo

wang0618 / buaa_schedule Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 2.0 3.06 MB

将北航课表导入到各个平台的系统日历中,可以方便地查看课表,并支持上课提醒

Home Page: http://buaa.wecqu.com

Dockerfile 1.47% HTML 28.23% JavaScript 4.29% Python 66.01%
buaa ics-ical

buaa_schedule's Introduction

BUAA课表写入日历

北航研究生课表导入日历,提供全平台支持

移动端效果图

移动端效果图

PC端效果图

Win10效果图

部署

  1. 编辑server/setting.py, 配置七牛云和学期开始时间
  2. 全局替换 html_root 文件夹下的文件,将 static.wecqu.com 替换成你的七牛云域名,将buaa.wecqu.com替换成服务器ip/域名
  3. 安装依赖 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
  4. 运行 python -m server.run --port=5000

或直接使用Docker部署(依然需要前两步):

docker build -t buaa .
docker run --name buaa_schedule -v `pwd`:/usr/src/app/ -p 127.0.0.1:5000:5000 -d buaa python3 -m server.run --port=5000

buaa_schedule's People

Contributors

wang0618 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.