Git Product home page Git Product logo

npd_charge_in_zju's Introduction

ZJU 小龟充电助手

这是微信小程序小龟充电助手的后端代码,基于 Flask 框架开发. 其前身是一个原生 H5 应用,前端源码依 Flask 规范存放在 /static/templates 目录下,现已弃用.

示例站点

https://turtle.xtitx327.top

安装与运行

克隆仓库后,请先执行以下命令安装必要的依赖:

pip install -r requirements.txt

然后将 config.template.json 改名为 config.json,并修改所有必要的配置:

mv config.template.json config.json

其中,OpenID 和 UnionID 为你在公众号尼普顿智慧生活下的用户 ID,可以通过抓包获取. 配置完成后,通过以下命令启动服务:

nohup python3 main.py &

补充说明

本程序仅供教育目的,不用于商业用途.

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.