1.1.1 • Published 3 years ago

schoolsoft-scraper v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

schoolsoft-scraper

Attention!

This scraper is only compatible with student accounts! You cannot use staff or guardian accounts with this scraper.

Backstory

I decided to look for the SchoolSoft API to implement my own version of SchoolSoft, however I was disappointed to find out that SchoolSoft has no official public API. In the website, they said they have an API package, however there is no way to publicly access it. The only solution was to create my own scraper using puppeteer/puppeteer-core to extract information and create my own version of SchoolSoft.

Documentation

Documentation can be found in the wiki section of the GitHub repository.

Install

Install by running npm i schoolsoft-scraper or npm install schoolsoft-scraper. Please make sure your chromium executable is up to date as well.

Testing

Testing is implemented with jest, you will have to manually test to see if everything works correctly.

Testing by Yourself

  1. Create a .env file with the following environment variables:
    • SCHOOLSOFT_SCHOOL
    • SCHOOLSOFT_USERNAME
    • SCHOOLSOFT_PASSWORD
    • CHROMIUM_PATH (default is /usr/bin/chromium-browser)
  2. Run the tests by running npm test.

Issues & Pull Requests

Feel free to submit an issue or pull request for whatever reason you like: questions, bugs, fixes, feature requests, etc. You may use either English or Swedish.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago