EdupageAPI / edupage-api

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

[Feature request] Examples #39

Closed peterkisak closed 2 years ago

peterkisak commented 2 years ago

Is your feature request related to the issue? Describe. I don't know the current version

Describe the solution you would like I would like to be added examples of how to use it as it was before. since what was already no longer works

BelKed commented 2 years ago

If you are using version 0.9.88 or older, here are the examples. Some of them may work also for the latest version (0.9.9).

I will write examples for the latest version during the next week...

peterkisak commented 2 years ago

the old version was better for me. the new one is too complicated

peterkisak commented 2 years ago

and how can I use the old version?

BelKed commented 2 years ago

I think, you're still using the old version, because the latest one (0.9.9) is not published on PyPi.

You can check version of edupage-api by running command pip show edupage-api. It should output something like this:

❯ pip show edupage-api
Name: edupage-api
Version: 0.9.88
Summary: A python library for accessing your Edupage account
Home-page: https://github.com/ivanhrabcak/edupage-api
Author: ivanhrabcak
Author-email: ivan@hrabcak.eu
License: UNKNOWN
Location: /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
Requires: requests
Required-by: 
ivanhrabcak commented 2 years ago

Hello, I am currently working on some basic examples with the new 0.9.9 version, I will push them one by one in the next 30 minutes - 2 hours.

peterkisak commented 2 years ago

thank you very much and I need an example for lunch the most

ivanhrabcak commented 2 years ago

I've added an example for homework (notifications in general) and I am working on the lunch example.

ivanhrabcak commented 2 years ago

I've added the lunch example, closing. (I will be adding more this week)