Coder Social home page Coder Social logo

mooc's Introduction

说明

英华学堂网课助手客户端版本
作者: Pluto
禁止二次售卖, 仅供学习与交流
代刷慕课的请不要使用, 我讨厌代刷慕课的

演示

web端

使用

教学视频

https://www.bilibili.com/video/BV1yo4y147bR/

文字教程

  • releases页面下载最新版, 到电脑

  • 配置好config.json, 直接双击运行运行.bat即可,窗口不能关闭, 只能最小化

    • 关闭了还问我怎么没有了, 程序都没有运行了, 怎么可能还有
  • 也可以双击运行后台运行.bat让程序在后台运行 ( 没有窗口 )

  • 打开 http://127.0.0.1:10086 可以在浏览器查看服务状态

  • 如果想要结束后台程序请运行结束.bat结束后台程序

  • 如果启动一直卡住,没有东西输出,请在系统防火墙添加一下应用名单或者直接关闭防火墙

linux系统

自己琢磨, 不教

配置

base_url使用mooc.yinghuaonline.comschool_id为必填项
使用自己学校的平台可以不填,默认为0 (推荐)

base_url请填写自己学校的平台域名,不要有路径地址
school_id请填写0
server网页端地址, :10086=> 127.0.0.1:10086 ( 不懂就不要改 )
limit协程数, 支持多门课程一起刷, 拉满 ( 填数字就行了, 99也行 ) 可以以最快速度刷完 (推荐拉满)
JSON在线编辑工具: https://tool.aoaostar.com/json

{
  "global": {
    "server": ":10086",
    "limit": 3
  },
  "users": [
    {
      "base_url": "https://mooc.yinghuaonline.com",
      "school_id": 0,
      "username": "username",
      "password": "password"
    }
  ]
}

举个栗子

{
  "global": {
    "server": ":10086",
    "limit": 999999
  },
  "users": [
    {
      "base_url": "https://mooc.school.com",
      "school_id": 0,
      "username": "233123321",
      "password": "a1234567"
    }
  ]
}

支持多账号

{
  "global": {
    "server": ":10086",
    "limit": 3
  },
  "users": [
    {
      "base_url": "https://mooc.yinghuaonline.com/",
      "school_id": 0,
      "username": "username1",
      "password": "password1"
    },
    {
      "base_url": "https://mooc.yinghuaonline.com/",
      "school_id": 0,
      "username": "username2",
      "password": "password2"
    }
  ]
}

mooc's People

Contributors

aoaostar 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.