A simple ManageBac scraper.
Clone the repository locally using git.
git clone https://github.com/ja1den/managebac-scraper.git
Install the dependencies with npm.
npm install
Create an .env
file with the target account's credentials.
TARGET_URL=school.managebac.com
TARGET_EMAIL=student@school.edu.au
TARGET_PASS=p455w0rd
Then, run the start
script.
npm start
To watch Puppeteer's progress, pass the --debug
flag.
npm start -- --debug
The scraper will export to ./export/data.xlsx
.