Github profile: https://github.com/snowy-27
Ecole direct is a script that can get data from the website https://www.ecoledirecte.com/
Github link: https://github.com/Snowy-27/ecoledirect
pip install ecoledirector
pip install git+https://github.com/Snowy-27/ecoledirectFirst Tab:
from ecoledirect import Ecoledirect_bot
user = Ecoledirect_bot('username', 'password')
user.login()for k, el in user.get_homework().items():
print(k, ":", "\n" + el)The function get notes is currently in developement.
print(user.get_notes()) At the end of the script:
user.close()