Giter VIP home page Giter VIP logo

fuck_mooc.icve's Introduction

智慧职教MOOC学院自动刷题

智慧职教MOOC学院自动刷题,自动考试基于python(暂未完成)

安装python3后先打开安装依赖库.bat,再打开运行.bat即可。

需要一个题库服务器来取题目

如何爬取题库:

安装mysql,并安装PyMySQL

pip install PyMySQL

在Crawl文件夹下面的SQL.py文件中配置你的SQL账号和密码还有sql

运行项目根目录下的mooc.sql,创建数据库。

然后运行服务器端,交互方式为GET

http://host:port?id=xxx

响应为JSON

{
  "code": 1,
  "answer": "1,2",
  "message": ""
}

code为状态码,1则是正常。当非1时会出现message字段。

最后把服务器IP发给别人就是了。

本脚本使用GNU通用公共许可证开源,注意协议内容,禁止商业销售

fuck_mooc.icve's People

Contributors

xxyz30 avatar

Stargazers

木末君 avatar  avatar

Watchers

 avatar

Forkers

duan777-admin

fuck_mooc.icve's Issues

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.