Skip to content

danhab05/ecoledirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

EcoleDirect

Github profile: https://github.com/snowy-27

Description

Ecole direct is a script that can get data from the website https://www.ecoledirecte.com/
Github link: https://github.com/Snowy-27/ecoledirect

Installation

pip install ecoledirect

or

pip install git+https://github.com/Snowy-27/ecoledirect

Documentation

First 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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages