Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

ja1den/managebac-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManageBac Scraper

A simple ManageBac scraper.

Installation

Clone the repository locally using git.

git clone https://github.com/ja1den/managebac-scraper.git

Install the dependencies with npm.

npm install

Usage

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.

License

MIT

About

A simple ManageBac scraper.

Topics

Resources

License

Stars

Watchers

Forks