Skip to content
Fredrik Johansen edited this page Oct 14, 2020 · 1 revision

Welcome to the LectioScraper wiki!

This is the documentation of the Lectio Scraper library, and it's here where you can look up both the code and data the library gives you.

Basics of Lectio Scraper

Lectio Scraper is built on Python with the Request module, where it keeps track of cookies and requests to Lectio. Lectio Scraper's output is always gonna be JSON, so it's easy for the developer to work with the data. You should maybe pass it into a JSON.Parser if your programming language doesn't support JSON from coming from other functions.

Clone this wiki locally