Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mtsfy/mpl-scraper
- Owner: mtsfy
- Created: 2024-05-18T21:20:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:17:01.000Z (2 months ago)
- Last Synced: 2024-10-30T01:50:52.318Z (2 months ago)
- Topics: myprogramminglab, scraper
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.