I am graduating in summer, and therefore the continued development of lectio.py will stop. (It has been halted for a while as I don't have motivation as I'm not going to be able to use it in a few months.)
You can find my contact details in my GitHub profile if you want to continue the development!
Please note: This library is nowhere close to done.
The best way to get data from Lectio with Python 3.
The goal of this library, is to be able to fetch different parts of the Lectio interface in a readable format.
You can read the documentation
You can install this library via pip
:
pip install lectio.py
For a quickstart guide as well as some examples, you can read the documentation here.
Implementation progress
- Schedule
- User info
- Absence
- Assignments
- Homework
- Surveys (Probably not going to be implemented)
- Grades
- Search for students / teachers
- Make a better README
- Quickstart, Examples, etc.
- Not made to work with teacher accounts (as i have no way of testing anything)
If you want to contribute, you can just fork this repository and start a pull request.
If you notice something that isn't working as intended you can start an issue.
This repository uses the GNU Lesser General Public License v3.0
you can read more about it in LICENSE.