Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mtsfy/mpl-scraper

MyProgrammingLab Scraper
https://github.com/mtsfy/mpl-scraper

myprogramminglab scraper

Last synced: 4 days ago
JSON representation

MyProgrammingLab Scraper

Awesome Lists containing this project

README

        

mpl-scraper

_It is very basic and I do not know if it works for every MyProgrammingLab product._

## 🔨 Setup

- Login to your MyProgrammingLab account and navigate to the lab.
- Open up the console in your browser.
- Get the `userId` and `sectionId` by typing in the console:
- `userId`
- `sessionSectionId`
- Get the excerise IDs:
- `https://pearson.turingscraft.com/codelab/jsp/userControl/exerciseSummary.jsp?restart=restart`
- Get attempted exercises by clicking the `Total Correct`

## 🚀 Usage

- Plug in the above variables accordingly in the `index.js` file.
- Run the script by copying the script and pasting it in the console.
- It will take 2+ minutes to run depending on the number of exercises.
- After it is done, it will download a `markdown` file with the results.