Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.16 KB

README.md

File metadata and controls

62 lines (39 loc) · 2.16 KB

Lectio Scraper

Lectio Scraper is a Python library for connecting with Lectio, to use for third party apps.

❔ What is Lectio?

Lectio is a very popular web-based communication software, that many of the high schools in Denmark use.

📋 Requirements

Lectio Scraper needs these tool and packages to run. You only need PIP if you install Lectio Scraper through the pip installer.

Tools:

Packages:

We have listed the version we built the library with, not sure if the script will work with a newer version of the packages.

🔧 Installation

You can install Lectio Scraper via 2 methods.

1. Use the package manager pip to install foobar.

Disclaimer! This normally comes with python.

pip install LectioScraper

2. You can visit our releases on Github where you can clone the library from there.

📖 Usage Example

import Lectio

lec = Lectio(lectioUsername, lectioPassword, SchoolId)

lec.getExercises() # Print out your exercises

For the full documentation visit the official documentation here.

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

❗️ Errors/Help

If you encounter any errors or want help with the script, you can always submit an issue on the Github repository, and I will try to help as fast I can.

Development Information

For running scripts: Get into the library folder/root folder, then run python -m tests.{test file name}.

Example: python -m tests.test_exercises

🖋 License

MIT