Currently, supports only reading mails.
No login data is stored while using this API.
Because using the native website is not the most enjoyable experience.
After you run this API, navigate to http://localhost/docs (or to ${YOUR_HOST}/docs, if you are using a different host)
You will see available routes and schemas.
Modify docker-compose.yml and run it:
docker-compose upNavigate to src directory, build and tag the image, and then run it, for example:
docker build -t edu_cl_fastapi .
docker run -p 80:80 edu_cl_fastapi:latestYou will need to set the following environment variables (or just populate .env file at the root of the src directory):
| Variable | Description |
|---|---|
| LOGIN | your edukacja.cl login |
| PASSWORD | your edukacja.cl password |
Go to the src directory and run:
python -m pytest tests --disable-pytest-warnings -n3or, if you use Windows, you can just run the test.ps1 script.