Skip to content

Datdaocong/edis_auto_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Discoveries (ED) Auto-Solver

A robust, ultra-fast, 100% Pure API automation tool for the English Discoveries platform. This tool automates both course progression (Practice/Explore tasks) and achieves a 100% score on Tests by dynamically fetching answers from the ED content delivery network.

Warning

CẢNH BÁO RỦI RO / DISCLAIMER

Công cụ này được viết ra với mục đích nghiên cứu bảo mật (Educational and Research purposes only). Việc sử dụng công cụ này để vượt qua các bài kiểm tra thực tế có thể vi phạm các quy định về liêm chính học thuật (Academic Integrity) của nhà trường hoặc cơ sở đào tạo.

NHỮNG RỦI RO KHI SỬ DỤNG BẠN CẦN BIẾT:

  1. Khóa tài khoản: Quản trị viên hệ thống có thể phát hiện việc hoàn thành bài học nhanh bất thường hoặc điểm số 100% tuyệt đối.
  2. Hủy kết quả: Điểm số của bạn có thể bị reset về 0 nếu bị nhà trường phát hiện sử dụng tool.
  3. Chịu trách nhiệm hoàn toàn: Người viết ra tool này (Tác giả) sẽ KHÔNG chịu bất kỳ trách nhiệm nào cho các hậu quả, kỷ luật, hay thiệt hại liên quan đến tài khoản của bạn.

HÃY CÂN NHẮC KỸ TRƯỚC KHI SỬ DỤNG! (USE AT YOUR OWN RISK!)


✨ Features

  • 100% Pure API: No slow browser automation (Puppeteer/Selenium). Runs silently and extremely fast (~15s per unit).
  • Perfect Test Scores (100%): Automatically parses test structures and submits the correct payload for complex multi-part questions (Drag & Drop, Multiple Choice, Fill in the Blanks).
  • Multi-Account Support: Feed it a list of accounts and it will process them sequentially.
  • Anti-Ban / Anti-401: Automatically detects expired sessions and refreshes authentication tokens on the fly without dropping tasks.
  • Auto Reporting: Generates a detailed report.txt after execution.

🚀 Installation & Setup

  1. Install Node.js: Make sure you have Node.js installed on your computer.
  2. Download this project: Extract the files to a folder on your computer.
  3. Configure Accounts: Open the accounts.json file and enter the accounts you want to run:
    [
      {
        "username": "your_username_1",
        "password": "your_password_1"
      },
      {
        "username": "your_username_2",
        "password": "your_password_2"
      }
    ]

⚙️ Usage (Windows)

Simply double-click the run.bat file. The tool will automatically install necessary dependencies (axios) and begin processing the accounts listed in accounts.json.

⚙️ Usage (Mac/Linux/Terminal)

  1. Open your terminal in the project folder.
  2. Install the required package: npm install axios
  3. Run the script: node ed_auto.js

📊 Reports

After the tool finishes running, check the report.txt file generated in the same folder. It will contain a summary of the tasks completed, tests submitted, and any errors encountered for each account.

⚖️ License

This project is licensed under the MIT License.

About

🚀 A high-performance, API-based automation tool for English Discoveries (ED). Automatically solves practice tasks and tests with multi-account support and anti-detection mechanisms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors