-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Fredrik Johansen edited this page Oct 14, 2020
·
1 revision
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.
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.