EdupageAPI / edupage-api

A python library for accessing your Edupage account
https://edupageapi.github.io/edupage-api/
GNU General Public License v3.0
67 stars 13 forks source link

[Feature request] Get attachments (files) attached to homework #18

Closed cfpwastaken closed 3 years ago

cfpwastaken commented 3 years ago

Is your feature request related to a problem? Please describe. It would be cool if you could get the files attached to homework. For example, this could make a script automatically printing homework.

Describe the solution you'd like For example homework.getAttachment(0) gets the first Attachment of an EduHomework object.

ivanhrabcak commented 3 years ago

I can't see the attached files in the homework assignment (that's how it works right now), this would require me to create a MaterialData parser (which can also parse tests). This is a lot of work, but it is planned

ivanhrabcak commented 3 years ago

This is now supported (maybe?)! If this feature works as intended, please reply so I can close this issue.