11273/mooc-work-answer

🎉免费开源🎉,智慧职教(兼容新版) 职教云 mooc 慕课 MOOC学院 资源库 ✅AI答题 ✅考试 ✅测验 ✅刷课💯 mooc.icve.com.cn 自动刷课答题考试,AI匹配答案📜,准确率高,稳定,免费工具,简单上手🎁

📚 What is MOOC 智慧职教助手?

A Windows‑/macOS‑/Linux‑compatible Python program that talks to the official 智慧职教 (Smart Vocational Education) APIs. It automates routine tasks on several Chinese MOOC platforms (普通 MOOC, AI 优课, 资源库) and offers optional AI‑driven hints for discussions, homework and course‑content understanding via the DeepSeek model.


✨ Core capabilities

Feature Description Status
Learning‑progress management Reads and updates your course progress through the platform’s API. ✅ Completed
Discussion assistance Suggests reply text for forum posts. ✅ Completed
AI‑powered study aid Sends course material to DeepSeek and returns a short analysis or answer suggestion (claimed 60‑100 % relevance). ✅ Completed
Homework assistance Generates solution ideas; still being refined. 🔄 In development
Evaluation assistance Planned feature to propose answers for online quizzes. 📈 Planned

🤖 AI component

  • Model: DeepSeek (accessed through an external API).
  • Purpose: Provide “reference” answers or explanations; the README repeatedly warns that results must be manually verified.

🛠️ How to get it running

  1. Binary (recommended) – download the latest .exe from the Releases page, unzip and follow the on‑screen wizard.
  2. From source
    git clone https://github.com/11273/mooc-work-answer.git
    cd mooc-work-answer
    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
    python StartWork.py
    
    Requires Python ≥ 3.8 and an internet connection.

⚙️ Technical notes

  • Single‑threaded – operations are paced with random delays to mimic human interaction and stay within platform rate limits.
  • Supported platforms
    • 职教云 – a dedicated fork exists (zjy-work-answer).
    • 普通 MOOC / AI 优课 – main repository.
    • 资源库 – read‑only management.
  • Safety – the tool respects normal user‑action timing and inserts modest random sleeps to reduce load.

🚨 Important caveats

  • The AI suggestions are only for reference; accuracy varies widely (60‑100 %). Critical assessments must be checked manually.
  • The software is not for commercial use and must obey the terms of the underlying MOOC services.
  • Large‑scale or automated bulk actions are explicitly prohibited.

🙋‍♀️ Getting help

  • Bug reports / feature requests – open an Issue.
  • Discussion – use the repository’s Discussions tab.
  • Documentation – see REAEME_RUN.md for a step‑by‑step tutorial and the linked API deep‑dives.

🎨 Screenshots (as of the last release)

  • AI answer preview, main UI, progress‑tracking view, log output, etc. (see the README’s collapsible image section).

Bottom lineMOOC 智慧职教助手 is a practical, API‑driven helper for Chinese vocational‑education MOOC sites, with an optional DeepSeek‑based AI suggestion layer. It’s a genuine software project aimed at easing repetitive learning‑platform tasks, not just a curated list or tutorial.

Related

  • Project
  • Project
  • Project
  • Project